vibeflow-stats

Compile PASS/PARTIAL/FAIL rates and violated patterns from Vibeflow audit reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand the effectiveness of your development process by analyzing audit reports, highlighting areas for improvement in your code and adherence to standards.

Core Features & Use Cases

  • Compile Audit Statistics: Aggregates data from multiple audit reports to provide insights into PASS/PARTIAL/FAIL rates.
  • Identify Common Issues: Pinpoints the most frequently violated patterns and missed Definition of Done (DoD) checks.
  • Track Quality Trends: Monitors the overall quality and consistency of implementations over time.
  • Use Case: After implementing several features and running audits on each, use this skill to see which DoD items or coding patterns are consistently causing failures, allowing you to focus your efforts on improving those specific areas.

Quick Start

Run the vibeflow-stats skill to see a summary of your recent audit results.

Frequently Asked Questions about vibeflow-stats

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

FAQPage Schema
How do I analyze audit results to identify code quality improvement areas?

To analyze audit results and identify code quality improvement areas, you can compile statistics from Vibeflow audit reports to pinpoint frequently violated patterns and missed Definition of Done checks across your development process.

What is the best way to track PASS, PARTIAL, and FAIL rates across multiple audit reports?

Tracking PASS, PARTIAL, and FAIL rates across multiple audit reports involves aggregating data stored in the `.vibeflow/audits/` directory to monitor overall implementation quality and consistency trends over time.

How does audit statistics compilation help with DevOps process optimization?

Audit statistics compilation helps with DevOps process optimization by aggregating multiple audit results to highlight which coding patterns or DoD items consistently cause failures, allowing targeted improvements.

Do I need existing Vibeflow audit reports to generate quality trend statistics?

Yes, you need existing Vibeflow audit reports stored in the `.vibeflow/audits/` directory, as the statistics are compiled by analyzing the PASS/PARTIAL/FAIL rates and DoD gaps from those generated audit files.

Can I identify common Definition of Done gaps from past development audits?

You can identify common Definition of Done gaps by compiling historical audit statistics to pinpoint the most frequently missed DoD checks and violated patterns across multiple completed feature implementations.