一键导入
test-coverage
Imported from everything-codex command test-coverage
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Imported from everything-codex command test-coverage
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | test-coverage |
| description | Imported from everything-codex command test-coverage |
| version | 0.1.0 |
| source | fork |
| checksum | b2e84d15a3239c5b0f88271ce20f62d30f12eec1da3b9e62d766b271def7a07d |
| updated_at | "2026-02-11T01:29:16.000Z" |
| intent | testing |
| layer | quality |
Codex supports native subagents. Delegate with spawn_agent, coordinate with send_input, collect via wait_agent, and clean up with close_agent.
Execution preference:
[ANALYST]/[ARCHITECT]/[EXECUTOR]/[REVIEWER] structure in a single response.Minimal orchestration pattern:
spawn_agent -> send_input (optional) -> wait_agent -> close_agent
Analyze test coverage and generate missing tests:
Run tests with coverage: npm test --coverage or pnpm test --coverage
Analyze coverage report (coverage/coverage-summary.json)
Identify files below 80% coverage threshold
For each under-covered file:
Verify new tests pass
Show before/after coverage metrics
Ensure project reaches 80%+ overall coverage
Focus on:
AI-native code annotation protocol that encodes intent, risk, dependencies, constraints, and test expectations in machine-parseable comments.
Professional Codex-native multi-agent code review with confidence scoring
架构规划专家 - 使用 Codex 本地上下文、仓库证据和只读 child agent 进行大型系统架构设计与规划。
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Imported from everything-codex command checkpoint
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.