AI SummaryA structured quick-fix skill for Claude Code that systematizes bug resolution through problem localization, repair, and verification—with strict constraints for code-review contexts to prevent unintended refactoring or scope creep.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "cc-use-exp" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (12 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/fix.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/check-toolsearch.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/check-toolsearch.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/commit-msg.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/commit-msg.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/design.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/design.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/new-feature.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/new-feature.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/project-init.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/project-init.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/project-scan.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/project-scan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/requirement.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/requirement.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ruanzhu.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/ruanzhu.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/status.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/status.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/style-extract.md "https://raw.githubusercontent.com/doccker/cc-use-exp/main/.claude/commands/style-extract.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
快速修复(定位 → 修复 → 验证)
输入
「$ARGUMENTS」— 问题描述或错误信息
⚠️ 来自 code-review 的变更范围约束
当输入以 [code-review] 开头时,必须遵循以下强制规则: | 规则 | 说明 | |------|------| | 只改变更范围内的文件 | 仅修改 git diff 涉及的文件,禁止修改未变更的代码 | | 禁止重构 | 不做代码风格调整、不重命名变量、不提取函数 | | 禁止改变现有行为 | 修复不能导致原有正常功能不可用 | | 最小修改 | 每个问题用最少的代码改动解决,不做额外"顺手"优化 |
验证
✅ 测试通过 / ⚠️ 需手动验证 `
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoption100+ stars on GitHub
164 ★ · GrowingDocsMissing or thin
UndocumentedNo License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code