audit-ci
Installation
SKILL.md
Audit CI
Produce a repeatable cold-CI profile, explain what controls wall-clock completion, and turn the evidence into prioritized, testable recommendations.
Required context
- Read the repository
AGENTS.md. - Read
projects/internals/BUILD.md. - Inspect the current root
ci:profilescript andprojects/internals/ci/ci-profile.js. Treat the script as the profiling source of truth. - Read a project's
DEVELOPMENT.mdbefore running project-specific commands when that file exists.
Do not copy profiling logic into this skill. Update the repository profiler when its behavior needs to change.
Choose the workflow
- Run a new profile when the user asks to rerun, benchmark current changes, refresh an audit, or verify an optimization.
- Analyze existing
.metrics/ci-profile.{json,md}artifacts without rerunning when the user asks only for interpretation and the artifacts match the intended commit and worktree state. - Create recommendations without implementing them unless the user also asks for the changes.