audit-verify

Verify implementation plan items against code, test, and documentation criteria.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/olli107x/claude-code-starter-kit --skill audit-verify-olli107x
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-verify
Source: https://github.com/olli107x/claude-code-starter-kit/tree/main/skills/development/audit/plan-verification
Command: npx skills add https://github.com/olli107x/claude-code-starter-kit --skill audit-verify-olli107x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that all planned development tasks have been correctly implemented, tested, and documented, providing a final verification before project completion.

Core Features & Use Cases

  • Plan Item Verification: Checks if code exists, tests are in place, and documentation is updated for each item in the implementation plan.
  • Definition of Done Audit: Validates against a comprehensive checklist covering code quality, testing, security, and UX.
  • Cross-Audit Integration: Incorporates findings from Bug, Security, and Test audits for a holistic assessment.
  • Use Case: After a developer completes a new feature, this Skill runs as the final audit step to confirm that every requirement from the initial plan has been met to a high standard.

Quick Start

Run the audit-verify skill to check the implementation of the latest development plan.

Frequently Asked Questions about audit-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify that code implementation matches the original development plan?▼

To verify code implementation matches your plan, perform a comprehensive audit checking code existence, test coverage, and documentation updates against defined criteria. This produces a final plan verification verdict confirming all planned development tasks are correctly completed.

What is a definition of done audit for software features?▼

A definition of done audit validates completed features against a comprehensive checklist covering code quality, testing, security, and UX. It ensures every requirement from the initial implementation plan has been met to a high standard before project completion.

How do I check test coverage and documentation updates for new features?▼

Check test coverage and documentation updates by verifying each implementation plan item has corresponding tests in place and updated documentation. This cross-audit integration incorporates findings from bug, security, and test audits for a holistic assessment.

Does plan verification require separate bug and security audits to work?▼

Plan verification integrates findings from bug, security, and test audits to produce a final verification verdict. While it consolidates these findings for a holistic assessment, it requires agents for code exploration and a skill for final verification checks.

When should I run a final audit step for plan execution verification?▼

Run a final audit step for plan execution verification after a developer completes a new feature. This confirms every requirement from the initial implementation plan has been met to a high standard before marking the project complete.