One-click install
npx skills add https://github.com/ddobrin/plan-skills --skill auditor-ddobrin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auditor
Source: https://github.com/ddobrin/plan-skills/tree/main/plugins/plan/skills/auditor
Command: npx skills add https://github.com/ddobrin/plan-skills --skill auditor-ddobrin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents incomplete, incorrect, or superficially implemented changes from being accepted by systematically comparing the codebase against an implementation plan and validating the results with tests and build checks.

Core Features & Use Cases

  • Evidence-Based Verification: Locates relevant files, functions, signatures, and implementation details to confirm each plan requirement.
  • Dynamic Quality Checks: Reads project instructions, runs builds and tests, and records whether the implementation works in practice.
  • Anti-Shortcut Detection: Identifies placeholders, deferred work, disabled tests, fake implementations, and other signs of incomplete delivery.
  • Audit Reporting: Produces a structured markdown report with step-level status, evidence, test results, quality findings, and actionable recommendations.
  • Use Case: Use this Skill after an engineer completes a feature plan to determine whether every requirement is implemented, tested, and ready for approval.

Quick Start

Ask the auditor to validate the selected plan against the current codebase, run the required build and tests, and write the audit report.

Frequently Asked Questions about auditor

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

FAQPage Schema
How do I verify code implementation against a project plan?

Verifying code implementation against a plan requires systematically comparing the codebase to plan requirements, running build and test checks, and generating a markdown audit report with step-level status and evidence to prevent incomplete changes from being accepted.

How do I detect shortcuts or placeholder code during a code audit?

Detecting shortcuts during a code audit involves anti-shortcut detection to identify placeholders, deferred work, disabled tests, and fake implementations, ensuring superficially implemented changes are flagged before release readiness approval.

What is evidence-based plan validation for software delivery?

Evidence-based plan validation is confirming each plan requirement by locating relevant files, functions, and signatures, ensuring software delivery is complete by providing static evidence and dynamic test validation rather than relying on manual review.

Can I use automated regression testing for release readiness audits?

You can use automated regression testing for release readiness audits by running builds and tests to validate implementation works in practice, providing dynamic quality checks that record whether the implementation meets plan requirements successfully.

Does the auditor modify implementation code during verification?

The auditor does not modify implementation code during verification, requiring permission only to read project files, run test commands, and generate a structured markdown audit report with actionable recommendations.