tests
Audit and improve tests for a target repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit and improve tests for a target repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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>"
}
]
}