commit
Create an atomic commit for current changes
Technical code review for quality, bugs, and CLAUDE.md compliance
$ npx -y skills add coleam00/Archon --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/code-reviewContext preview
What this command does when you run it.
Technical code review for quality, bugs, and CLAUDE.md compliance
description: Technical code review for quality, bugs, and CLAUDE.md compliance
Perform a thorough technical code review on recently changed files, checking for bugs, security issues, and adherence to Archon's documented conventions.
Read the project conventions to understand what standards to enforce:
git status git diff HEAD git diff --stat HEAD
Check for new untracked files:
git ls-files --others --exclude-standard
Read each new file in its entirety. Read each changed file in its entirety (not just the diff) to understand full context.
For each changed or new file, analyze for:
**Logic Errors**
**Security Issues**
**Performance Problems**
**Type Safety**
**Archon-Specific Conventions**
**Package Boundary Compliance**
Save to: `.agents/code-reviews/[descriptive-name].md`
**Stats:**
**For each issue found:**
severity: critical|high|medium|low file: path/to/file.ts line: 42 issue: [one-line description] detail: [explanation of why this is a problem] suggestion: [how to fix it, with code if helpful] convention: [CLAUDE.md section reference if applicable]
If no issues found: "Code review passed. No technical issues detected."
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
Implement fix from RCA document for GitHub issue
Analyze and document root cause for a GitHub issue
Write a session handoff document for the next agent or session