commit
Create an atomic commit for current changes
Implement fix from RCA document for GitHub issue
$ npx -y skills add coleam00/Archon --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/implement-fixContext preview
What this command does when you run it.
Implement fix from RCA document for GitHub issue
description: Implement fix from RCA document for GitHub issue argument-hint: "[github-issue-id]"
Read RCA: `.agents/rca/issue-$ARGUMENTS.md`
**Optional — View GitHub issue for latest context:**
gh issue view $ARGUMENTS
Before making changes:
Following the "Proposed Fix" section of the RCA:
**For each file to modify:**
Following the "Testing Requirements" from RCA:
**Important Archon test patterns:**
bun run type-check bun run lint bun run test bun run validate
**If validation fails:**
If applicable:
**GitHub Issue #$ARGUMENTS**: [Brief title]
**Root Cause** (from RCA): [One-line summary]
**Files Modified:** 1. **[file-path]**
**Test Files Created/Modified:** 1. **[test-file-path]**
Type Checking: ✅/❌ Linting: ✅/❌ Formatting: ✅/❌ Tests: ✅/❌ [X passed] Full Validate: ✅/❌
All changes complete and validated. Ready for:
/commit
**Suggested commit message:**
fix([package]): resolve GitHub issue #$ARGUMENTS - [brief description] [Summary of what was fixed and how] Fixes #$ARGUMENTS
gh issue comment $ARGUMENTS --body "Fix implemented. Ready for review."
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
Repo: coleam00/Archon
Create an atomic commit for current changes
Meta command creator - generates slash commands following established patterns
Execute an Archon implementation plan file
Analyze and document root cause for a GitHub issue
Write a session handoff document for the next agent or session
Create a comprehensive implementation plan for an Archon feature