audit

Orchestrate a 5-phase cross-repository backlog review with parallel subagents.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/spm1001/trousse --skill audit-spm1001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/spm1001/trousse/tree/main/skills/audit
Command: npx skills add https://github.com/spm1001/trousse --skill audit-spm1001

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of verifying and triaging backlog items (bon items) across multiple repositories, ensuring that items are only closed after their completion is confirmed against the actual codebase, preventing the accumulation of stale or outdated tasks.

Core Features & Use Cases

  • Automated Verification: Dispatches subagents to check if backlog items are truly done, stale, or still active by examining the codebase.
  • 5-Phase Workflow: Guides users through Survey, Verify, Summarize, Act, and Snapshot phases for a structured backlog review.
  • Cross-Repo Triage: Manages and presents a unified view of open items from multiple repositories.
  • Use Case: Conduct a monthly backlog review by running /audit to automatically check all open tasks in your project repos, identify what's genuinely completed, and get a clear summary for approval before closing them.

Quick Start

Run the audit skill to begin a cross-repo backlog review.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I verify backlog items against the codebase across multiple repositories?

To verify backlog items against the codebase, this Skill orchestrates a 5-phase workflow using parallel subagents to survey, verify, and triage open tasks across multiple repositories. It checks the actual codebase state to ensure items are genuinely completed before closing.

What is the best way to automate cross-repository backlog triage?

Automated cross-repository backlog triage is best handled by running a structured 5-phase workflow that surveys open items and dispatches subagents to verify codebase status. This approach prevents stale tasks from accumulating by confirming completion before closure.

How does the 5-phase workflow for backlog review work?

The 5-phase backlog review workflow operates through Survey, Verify, Summarize, Act, and Snapshot phases. It dispatches parallel subagents to examine the codebase, identifies completed or stale items, and provides a unified summary for approval before taking action.

Do I need specific tools loaded to run automated code verification for backlog items?

Yes, you need the bon skill loaded and the uv tool available in your PATH to execute the required scripts for automated code verification. These dependencies are necessary to run the parallel subagents that check backlog items against the repository state.

Can I use this workflow automation to close stale tasks without manual code checks?

Yes, you can use this workflow automation to close stale tasks by dispatching subagents to automatically verify codebase state. It provides a summary of genuinely completed items for your approval, preventing closure without verification.

Why does backlog triage require a snapshot step after verifying repository state?

The snapshot step in backlog triage captures the final state of items after verification and acting upon them. This ensures a recorded confirmation that codebase checks were completed and approved tasks were successfully closed across repositories.