skills/pr-test-analyzer/SKILL.md
Use when asked to evaluate PR test coverage or explicitly asked to run the pr-test-analyzer subagent.
npx skillsauth add troykelly/codex-skills pr-test-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the pr-test-analyzer agent card to handle this specialized task.
codex-subagent pr-test-analyzer <<'EOF'
[Provide the task context, scope, and any issue/PR numbers.]
EOF
data-ai
Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation.
development
Defines context handover format when workers hit turn limit. Posts structured handover to GitHub issue comments enabling replacement workers to continue seamlessly.
data-ai
Use to spawn isolated worker processes for autonomous issue work. Creates git worktrees, constructs worker prompts, and handles worker lifecycle.
tools
Entry point for ALL work requests - triages scope from trivial to massive, asks clarifying questions, and routes to appropriate planning skills. Use this when receiving any new work request.