Agent skill · Security

quick-fix

Use this skill for micro-changes (bugfix / docs / 小配置) that satisfy: ≤2 files changed, no L3/L4 PHI field touched, no new LLM call, no spec/design modification. This skill routes to the 5-step micro SOP instead of the full 12-step SOP. Auto-checks via scripts/sop_router.py; if any check fails, redirects to full SOP. Chinese trigger examples: "改个小 bug", "修 typo", "更新配置", "改一行", "quick fix", "微改动". Do NOT use for feature development, multi-stage work, or anything touching patient data / model allowlist / spec. Success = sop_router returns "micro" + 5 步流程 跑完 + MICRO_AUDIT.json 入 mcp-audit-log.

Bill Blasco95★ · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add charliehzm/medharness --skill quick-fix --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0
Requires: Requires scripts/sop_router.py + mcp-audit-log.
Path: .claude/skills/quick-fix/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 96 · +1 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Quick Fix · 微 Change 通道入口 ## 核心机制 不是"绕开 SOP",是**为低风险变更建立第二个并行通道**: ``` 用户: "我要修个 typo / fix 个小 bug" │ ▼ $quick-fix │ ▼ sop_router 判定 (auto) ├─ micro: 5 步流程 └─ full: redirect 到完整 SOP ``` ## 何时用 - bugfix 改 ≤ 2 文件 - 文档 / README / 注释更新 - 配置 / 常量调整 - 单元测试补全(不动主代码) ## 何时不用(必须走完整 SOP) - 任何新 feature - 任何 spec / design 修改 - 任何接口 / 数据模型变化 - 任何 L3/L4 字段相关代码(即便只读) - 多文件 refactor - mcp / .claude/skills/ / go

More from medharness
All skills →
About this skill
What does the quick-fix skill do?

Use this skill for micro-changes (bugfix / docs / 小配置) that satisfy: ≤2 files changed, no L3/L4 PHI field touched, no new LLM call, no spec/design modification. This skill routes to the 5-step micro SOP instead of the full 12-step SOP. Auto-checks via scripts/sop_router.py; if any check fails, redirects to full SOP. Chinese trigger examples: "改个小 bug", "修 typo", "更新配置", "改一行", "quick fix", "微改动". Do NOT use for feature development, multi-stage work, or anything touching patient data / model allowlist / spec. Success = sop_router returns "micro" + 5 步流程 跑完 + MICRO_AUDIT.json 入 mcp-audit-log.

How do I install it?

Run `npx skills add charliehzm/medharness --skill quick-fix --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From charliehzm/medharness, a repository with 96 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going