audit

Automates audits of BrailleNote Touch BNTT-OTA updates for errors and corrections.

17|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/SienkLogic/plan-build-run --skill audit-sienklogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/SienkLogic/plan-build-run/tree/main/plugins/copilot-pbr/skills/audit
Command: npx skills add https://github.com/SienkLogic/plan-build-run --skill audit-sienklogic

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically reviews past Claude Code sessions to ensure adherence to the Plan-Build-Run (PBR) workflow and to assess the quality of the user experience.

Core Features & Use Cases

  • Workflow Compliance: Verifies that sessions follow PBR guidelines, including STATE.md updates, hook firing, and commit formatting.
  • User Experience Quality: Assesses the flow choices, friction points, and user satisfaction within sessions.
  • Automated Reporting: Generates a comprehensive report detailing findings, patterns, and recommendations.
  • Use Case: A project lead can use this skill to periodically audit recent development sessions, identify common mistakes, and ensure the team is consistently applying the PBR methodology.

Quick Start

Run an audit of all sessions from the start of today until now, checking both compliance and user experience.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit Claude Code session logs for PBR workflow compliance?

To audit Claude Code session logs for workflow compliance, this skill discovers past session files, parses date ranges, and spawns parallel agents to verify STATE.md updates, hook firing, and commit formatting against PBR guidelines.

What is the best way to review past development sessions for user experience quality?

Reviewing past development sessions for user experience quality involves analyzing session logs to assess flow choices, identify friction points, and evaluate user satisfaction, which this skill automates by spawning parallel audit agents.

Can I generate automated compliance reports for specific date ranges of coding sessions?

Yes, you can generate automated compliance reports for specific date ranges of coding sessions by passing date arguments to the audit skill, which synthesizes findings from parallel session and git analysis into a comprehensive written report.

How do parallel audit agents work during session review?

Parallel audit agents work during session review by simultaneously analyzing session logs and git history, which allows the skill to synthesize workflow compliance findings and user experience patterns into a comprehensive report efficiently.

What does a Plan-Build-Run compliance check look for in git history?

A Plan-Build-Run compliance check looks for specific patterns in git history such as correct commit formatting, proper hook firing, and consistent STATE.md updates to ensure development sessions adhered to PBR methodology.

Do I need any external dependencies to run a workflow analysis on my coding sessions?

No external dependencies are required to run a workflow analysis on your coding sessions, as the skill operates independently using internal scripts and references to discover logs and synthesize audit reports.