Instructions file
Instructions for AuraVixStudio/caelo, covering claude.md, what this is, the single most important structural fact, architecture and commands.
Instructions file
Instructions for AuraVixStudio/caelo, covering claude.md, what this is, the single most important structural fact, architecture and commands.
Skill Claude CodeCodex
Delegate N parallel subagents on the same task, then pick the best result.
Skill Claude CodeCodex
Verify an implementation against acceptance criteria with a reviewer and a tester.
Skill Claude CodeCodex
Stage the right changes and write a clear, conventional commit message.
Skill Claude CodeCodex
Systematically diagnose and fix a bug instead of guessing.
Skill Claude CodeCodex
Draft a design document and iterate writer/reviewer subagents until consensus.
Skill Claude CodeCodex
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Skill Claude CodeCodex
Map and explain an unfamiliar codebase or module to the user.
Skill Claude CodeCodex
Orchestrate an implement -> review -> fix loop with subagents until reviewers sign off.
Skill Claude CodeCodex
Watch a pull request and delegate fixes until CI is green and reviews are addressed. Requires the GitHub MCP server or gh.
Skill Claude CodeCodex
Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the gh CLI or the GitHub MCP server.
Skill Claude CodeCodex
Improve code structure in small, safe steps without changing behavior.
Skill Claude CodeCodex
Delegate read-only reviewers over the local changes/branch and consolidate findings.
Skill Claude CodeCodex
Add focused, meaningful tests for code — happy path plus the edge cases that matter.