← スキル一覧に戻る

implement-quick-fix
by dthompson-jti
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: implement-quick-fix description: Atomic code changes for small fixes (≤30 lines, ≤5 files). Use for bug fixes, minor tweaks, and small improvements.
Implement Quick Fix
Atomic code changes for small-scope fixes.
When to Use
- Bug fixes
- Minor tweaks (≤30 lines, ≤5 files)
- Small improvements with clear scope
Scope Gate
If scope exceeds ≤30 lines or ≤5 files, STOP and escalate to plan/feature.
High Risk Gate
If touching /config/, /security/, or /.github/, STOP and notify user.
Artifacts
task.mdupdated viatask_boundary
Approach
Phase 1: Scope Confirmation
Confirm:
- Estimated lines of change
- Files affected
- No high-risk paths
Phase 2: Analysis
- Review holistic design principles
- Check for pattern consistency
- Identify regression risks
Phase 3: Execution
- Make the change
- Run
npm run lint - Run
npm run build - If errors, fix (max 3 attempts)
Phase 4: User Verification
STOP and present changes. Ask user to verify in browser.
Constraints
- Do NOT use browser for testing — user will test manually
- If scope larger than expected, notify user immediately
- No hardcoded secrets or unauthorized network calls
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です