quick-fixlisted
Install: claude install-skill Hildegaardchiasmal966/claude-skills
# Quick Fix Skill
Execute small changes, bug fixes, and UI tweaks efficiently without the overhead of full feature development workflows.
## When to Use This Skill
This skill should be used when:
- Making styling adjustments (colors, fonts, spacing, hover effects)
- Fixing minor bugs (broken links, non-working buttons, missing images)
- Updating text/copy across components
- Adding small UI elements (menu items, buttons)
- Making typography or layout improvements
- Applying consistent site styles to elements
- Any change that is well-scoped and doesn't require architectural planning
**Do NOT use for:**
- New features requiring architectural decisions
- Changes touching 5+ files with complex dependencies
- Unclear requirements needing extensive discovery
- Major refactoring or system-wide changes
Use `/feature-dev` for those scenarios instead.
## Workflow Overview
### Phase 1: Clarify (Orchestrator - Sonnet 4.5)
Parse the user's request and clarify any ambiguities before proceeding.
**Actions:**
1. Understand what the user wants to change/fix
2. **If anything is unclear or ambiguous, ask 1-3 focused follow-up questions**:
- What specific element/component?
- What should the behavior/appearance be?
- Any constraints or preferences?
3. Determine change type:
- **Text-only**: Content/copy changes (minimal verification)
- **Code/functional**: Styling, logic, components (full verification)
4. Decide verification rigor based on change type
**Critical**: Do NO