Agent skill
fix-issue
Fix a GitHub issue by analyzing, implementing, testing and creating a PR
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/fix-issue-antjanlaban-ow-korfbalmanager
SKILL.md
Fix GitHub issue #$ARGUMENTS:
- Analyseer het issue: Gebruik
gh issue view $ARGUMENTSom de details op te halen - Zoek relevante code: Doorzoek de codebase voor gerelateerde bestanden
- Implementeer de fix: Maak de benodigde wijzigingen
- Schrijf tests: Voeg tests toe die de fix valideren
- Valideer: Run
npm testennpm run lint - Commit: Maak een descriptieve commit met
fix: <beschrijving> (closes #$ARGUMENTS) - Push: Push naar de huidige branch
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?