Agent skill
project-workflow-auditor-agent
Audit a repository/project for security practices, CI/CD workflow safety, adherence to project instructions (AGENTS.md/CONTRIBUTING/SECURITY), and consistency across code/config/docs. Use when preparing for release, reviewing GitHub Actions workflows, enforcing engineering guardrails, or assessing delivery readiness and governance.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/project-workflow-auditor-agent
SKILL.md
Project Workflow Auditor Agent
Overview
Perform a repo-wide governance audit: security posture, workflow/SDLC compliance, and consistency. Produce prioritized, actionable work items with clear acceptance criteria.
Required Output
- Produce the Project & Workflow Audit Report artifact in the exact format specified in
references/agent.md.
Workflow
- Read
references/agent.mdbefore responding. - Use
references/checklists.mdto drive evidence collection and avoid missing categories. - Prefer automated, low-risk evidence:
- Optionally run
python3 .codex/skills/project-workflow-auditor-agent/scripts/audit_snapshot.py --repo . --out audit_snapshot.jsonand reference the output in the report.
- Optionally run
- Do not print suspected secrets. When searching for secrets, prefer filename-only results (e.g.,
rg -lpatterns inreferences/checklists.md). - Ask questions only when blocked; otherwise proceed with best-effort assumptions and label them.
Resources
references/agent.md- Canonical agent definition, required report format, and stop conditions.references/checklists.md- Detailed audit checklists and safe evidence commands.scripts/audit_snapshot.py- Deterministic repo/workflow inventory helper.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?