audit

Generate markdown status summaries for projects and work items.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a concise, human-friendly summary of project status or a specific work item. When no work item id is provided, run wl CLI tool to summarize recent work and current work in progress. When a work item id is provided, run wl show <work-item-id> --json and provide a detailed explanation of that work item (title, status, assignee, description, blockers, and related links).

Core Features & Use Cases

  • Generate a concise, markdown-formatted overview of overall project status or a detailed report for a specific work item when an ID is provided.
  • When no work item ID is provided, fetch in_progress work via the waif CLI and summarize current work items, including latest updates and blockers to highlight actionable items.
  • When a work item ID is provided, fetch details with wl show <work-item-id> --json, evaluate acceptance criteria and blockers, and present title, status, assignee, priority, description, blockers, dependencies, and related links.

Quick Start

Request a status summary for the current sprint and let the tool fetch and present the latest project and work-item status.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I get a summary of current project status and work items in progress?

To get a project status summary, you can request an overview without providing a work item ID. The tool queries git status and the waif CLI to fetch in_progress work, summarizing current items, latest updates, and blockers in markdown format.

How do I view detailed information and blockers for a specific work item ID?

To view detailed work item information, provide the specific work item ID. The tool runs `wl show <work-item-id> --json` to fetch and present the title, status, assignee, priority, description, blockers, dependencies, and related links.

Does this project status reporting tool require any external dependencies?

This project status reporting tool requires the `waif` and `wl` CLI tools to fetch in-progress work and detailed work item data. It also integrates with git status to determine the current state of your project environment.

What is the best way to track blockers and dependencies for work items?

Tracking blockers and dependencies is best handled by querying specific work item IDs. The tool fetches JSON data via `wl show` to evaluate and highlight actionable items, presenting blockers and dependencies clearly in a markdown report.

Can I generate markdown formatted reports for sprint status?

Yes, you can generate markdown formatted reports for sprint status. The tool returns markdown-formatted summaries for overall project inquiries and detailed item reports when a specific work item ID is provided.