workflow-audit

Audit project conformance to a predefined planning workflow.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/joelabrahamsson/devenv --skill workflow-audit-joelabrahamsson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-audit
Source: https://github.com/joelabrahamsson/devenv/tree/main/claude-config/skills/workflow-audit
Command: npx skills add https://github.com/joelabrahamsson/devenv --skill workflow-audit-joelabrahamsson

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The skill audits projects for compliance with a specific planning workflow, ensuring necessary patterns and specifications are in place.

Core Features & Use Cases

  • Project Auditing: Evaluates a project against predefined workflow artifacts.
  • Patterns Proposal: Identifies and suggests Patterns entries and fills BDD spec gaps.
  • Read-only Phase: Scans and proposes changes without writing to files.
  • User Acceptance Phase: Writes accepted changes back to the project after user approval.
  • Use Case: For a new project, this skill would analyze the project structure, identify missing or incorrect patterns, and propose the necessary changes to the user for final acceptance.

Quick Start

To start the workflow audit for your project, run dev myproject workflow-audit.

Frequently Asked Questions about workflow-audit

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

FAQPage Schema
How do I audit my project for planning workflow conformance?

To audit project conformance, run the workflow audit to scan your repository and evaluate it against predefined workflow artifacts, ensuring necessary patterns and specifications are in place.

What is a read-only phase in a project code audit?

A read-only phase in a project code audit scans your files and proposes changes without writing to them, ensuring you can review suggested patterns and BDD spec gap fixes before any modifications occur.

How do I identify missing BDD spec gaps and patterns in my development workflow?

You can identify missing BDD spec gaps by running an audit that analyzes your project structure, suggests new Patterns entries, and highlights documentation gaps for your review and acceptance.

Can I write proposed patterns entries back to my project repository automatically?

Yes, you can write proposed patterns entries back to your repository during the user acceptance phase, which applies the accepted changes directly to your project files after your explicit approval.

Does the workflow audit require specific dependencies to scan project files?

The workflow audit requires standard tools for reading, writing, editing, and file scanning within project repositories, but operates without any external package dependencies to evaluate your development workflow.