coding-quality-loop

仓库创建 2026年6月26日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合自动化代理执行代码修改并保证可测试与可审查的高质量交付。

这个 Skill 做什么

将软件目标/问题转为小而可验证、独立审查的代码变更流程与规范。

把一个软件目标或问题拆成小而可验证、能独立审查的代码变更流程,包含实现、测试、审查到发 PR 的规范步骤。用在要实现新功能、修 bug、重构或准备代码审查时,确保改动有测试且易回溯。特别之处是按任务规模匹配必要仪式,既保证质量又避免过度流程化。

▸ 展开 SKILL.md 英文原文

Use when a coding agent must turn a software goal, bug, issue, or refactor into a small, verified, independently reviewed code change.

开发编程代码质量变更流程审查验证通用
0
Stars
0
Forks
2
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zaingz/coding-quality-loop/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zaingz/coding-quality-loop/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Coding Quality Loop

## When to Use

Use this skill when the user asks an agent to implement, fix, refactor, test, review, or prepare a software change from a high-level goal. Do not use it as process theater for trivial edits. Match ceremony to the task class.

## Task Classes (default to the smallest that is safe)

| Class | Looks like | Process |
|---|---|---|
| **Tiny** | typo, copy, one-line config | inspect, edit, smallest check. No artifacts. |
| **Small** | local bug, one module, low risk | quick context map, mini spec, minimal fix, targeted test. |
| **Medium** | multiple files, feature, migration, auth/payment/data risk | validation contract, plan, right-size gate, **independent 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有