vibeflow-audit

Audit code against Definition of Done and project patterns before deployment.

29|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/pe-menezes/vibeflow --skill vibeflow-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeflow-audit
Source: https://github.com/pe-menezes/vibeflow/tree/main/cursor/skills/vibeflow-audit
Command: npx skills add https://github.com/pe-menezes/vibeflow --skill vibeflow-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that implemented code meets the defined quality standards by auditing against its Definition of Done (DoD) and project-specific patterns, preventing regressions and maintaining codebase integrity.

Core Features & Use Cases

  • Automated Code Auditing: Verifies implementation against specified DoD and project conventions.
  • Test Suite Execution: Detects and runs relevant test suites to ensure functional correctness.
  • Pattern Compliance Check: Assesses adherence to established coding patterns and best practices.
  • Use Case: After an AI agent implements a new feature, use this Skill to automatically check if all DoD items are met, tests pass, and the code follows the project's established patterns before merging.

Quick Start

Audit the implementation of the 'user-authentication' feature.

Frequently Asked Questions about vibeflow-audit

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

FAQPage Schema
How do I verify code quality against a Definition of Done before deployment?

To verify code quality against a Definition of Done, you audit the implementation by checking adherence to specified patterns and running relevant test suites. This ensures functional correctness and prevents regressions before merging.

Can I automatically check if my code follows established project patterns?

Yes, you can automatically check if code follows established project patterns by running a compliance audit. It assesses the implementation against project-specific conventions stored in the knowledge base to maintain codebase integrity.

What do I need to audit code implementation for compliance?

To audit code implementation for compliance, you need access to the codebase, spec files, and the project knowledge base. These provide the necessary context for evaluating pattern adherence and Definition of Done criteria.

How do I run relevant test suites to ensure functional correctness after a feature implementation?

To ensure functional correctness after a feature implementation, you can trigger an audit that detects and runs relevant test suites. This verifies that the new code meets the defined quality standards and passes required tests.

When should I use an automated code audit in my workflow?

You should use an automated code audit after an AI agent implements a new feature and before merging. It verifies that all Definition of Done items are met, tests pass, and code follows established patterns to prevent regressions.

Does the code quality audit work without spec files?

No, the code quality audit requires spec files to function comprehensively. Along with the codebase and knowledge base, spec files provide the necessary project patterns and conventions needed to evaluate compliance accurately.