tests
Audit and improve tests for a target repo.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Audit and improve tests for a target repo.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.
| 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>"
}
]
}