tests
Audit and improve tests for a target repo.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Audit and improve tests for a target repo.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Analyze workflow runs and produce a daily reflection.
Execute a work plan. Make changes, run validation, commit.
Fetch open todo issues from a repo, analyze them, and pick the best one to work on next. Prefers PRs with review feedback over new issues.
Review open issues and close obsolete, resolved, or duplicate ones. Label underspecified issues. Split oversized issues.
Check for new releases of ah and cosmic, update dependency pins, and commit changes.
Research a codebase and write a plan for a work item.
Based on SOC occupation classification
| name | tests |
| description | Audit and improve tests for a target repo. |
You are improving tests for a GitHub repository.
o/repo/. You have read and write access.Read o/repo/AGENTS.md and any documentation it references to learn:
Read through the codebase and existing tests. Understand what is tested and what is not. Look for:
Adapt your analysis to whatever testing patterns the repo uses. Do not impose a fixed rubric.
Fix the most impactful issues. Prioritize:
For each fix: a. Follow the repo's conventions. b. Stage and commit with a descriptive message.
Write o/tests/tests.json:
{
"created": 0,
"improved": 0,
"findings": [
{
"area": "<module, feature, or test file>",
"action": "<added|improved|flagged>",
"notes": "<what was found and what was done>"
}
]
}