Agent Claude Code
Generates project documentation from code and AIContext artifacts. Reads the codebase, produces a structured document, writes it to disk.
Agent Claude Code
Generates project documentation from code and AIContext artifacts. Reads the codebase, produces a structured document, writes it to disk.
Agent Claude Code
Explores the codebase and returns concise summaries of code structure, relationships, and patterns. Use for understanding existing code before making changes.
Agent Claude Code
Code reviewer — reads and follows the review prompt provided by the caller. Used for both correctness and architectural reviews.
Agent Claude Code
Runs backend and frontend tests, analyzes output, and returns only failures and relevant diagnostics. Use after writing or modifying code.
Agent Claude Code
Drafts test files based on a feature spec and existing test patterns. Use to parallelize TDD — draft the next test while the lead implements the current step.
Skill Claude CodeCodex
Capture a deferred idea to the worklog Ideas section — quickly log anything worth revisiting without losing it mid-session.
Skill Claude CodeCodex
Add a new step to the current task based on conversation context.
Skill Claude CodeCodex
Show AIContext quickstart guide with setup, workflows, and best practices.
Skill Claude CodeCodex
Show all available AIContext skills grouped by workflow stage.
Skill Claude CodeCodex
Update all context files (task, spec, task-context, worklog) to reflect current state of work — fixes stale entries, fills missing knowledge, reports what changed.
Skill Claude CodeCodex
Generate missing angles, better implementations, and new combinations — creative expansion that complements /challenge.
Skill Claude CodeCodex
Pause and push back — surface questions, wrong assumptions, concerns, and better alternatives before proceeding.
Skill Claude CodeCodex
Commit current changes following project commit rules (template, body settings).
Skill Claude CodeCodex
Create a task file from current discussion — lighter alternative to /start-feature.
Skill Claude CodeCodex
Comprehensive code review — architecture + correctness. Scope with args — diff (default), branch, all, path, or IDE selection. Delegates to reviewer agent for large scope.
Skill Claude CodeCodex
Turn the current discussion into a task step and implement it — adds step to task file, updates spec if needed, then implements with review-fix loop.
Skill Claude CodeCodex
Draft a GitHub issue based on a discussion or requirements in the current conversation.
Skill Claude CodeCodex
Draft a pull request title and body based on the current task file and git changes.
Skill Claude CodeCodex
Close out the current task — verify all steps done, sync spec, fill completion notes, update worklog, and handle git (commit / push / PR per config).
Skill Claude CodeCodex
Generate project documentation from code and AIContext artifacts — reference (internal technical), guide (user-facing), or both.
Skill Claude CodeCodex
Fix failing CI checks on the current PR — fetches failures via gh CLI, diagnoses, fixes, pushes, waits for green. Covers lint, type, build, and tests. Retries up to 3 times.
Skill Claude CodeCodex
Check unresolved PR review comments and summarize findings.
Skill Claude CodeCodex
Automate the PR review cycle — fetches review comments, triages, fixes real issues, auto-resolves false positives, runs tests, commits, pushes, then waits for re-review. Repeats up to 5 cycles.
Skill Claude CodeCodex
Run a structured breadth-first interview to explore a topic thoroughly — walks dimensions, batches independent questions, recommends answers, captures decisions.