implement-quick-fix

Installation
SKILL.md

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.md updated via task_boundary

Approach

Installs
4
First Seen
Mar 1, 2026
implement-quick-fix — dthompson-jti/safety-check-app-concept