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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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>"
}
]
}