Logs Audit Extensions

Generates methodology-specific audit extensions for /logs deep reports.

48|18|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pageel/para-workspace --skill logs-audit-extensions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Logs Audit Extensions
Source: https://github.com/pageel/para-workspace/tree/main/templates/common/agents/skills/logs
Command: npx skills add https://github.com/pageel/para-workspace --skill logs-audit-extensions

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It ensures the Agent produces deeper, methodology-specific audit evidence for the /logs workflow when a session used a specialized planning approach (notably TDD), instead of giving generic or unverifiable compliance output.

Core Features & Use Cases

  • Conditional audit template loading: Loads extra audit sections only when the active plan matches a detected methodology (e.g., Strict TDD / TDD markers).
  • Just-in-time compliance references: Uses dedicated reference materials (like TDD compliance) appended at the correct stage of the /logs --deep report.
  • Local transcript telemetry parsing: Provides a deterministic script to extract tool counts, commands, and file read/mutation telemetry from transcripts to support audit reporting.

Quick Start

Ask your Agent to run /logs --deep for a session that followed Strict TDD, so it conditionally appends the TDD Compliance Audit section and (if needed) parses the transcript locally for supporting telemetry.

Frequently Asked Questions about Logs Audit Extensions

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

FAQPage Schema
How do I generate TDD compliance audit reports from agent session logs?

To generate TDD compliance audit reports from agent session logs, use the deep audit extension to conditionally load TDD compliance templates and parse local transcript telemetry for tool counts and file mutations.

What is the best way to extract file mutation telemetry from agent transcripts without token bloat?

The best way to extract file mutation telemetry without token bloat is running a deterministic local script that parses the agent transcript for tool counts, commands, and file read/mutation data.

Does the logs audit extension automatically detect TDD methodology from project metadata?

Yes, the logs audit extension automatically detects Strict TDD methodology, including RED/GREEN cycle markers, from active project metadata to conditionally inject the appropriate compliance audit template.

How do I append methodology-specific compliance sections to a deep log report?

You append methodology-specific compliance sections to a deep log report by running the deep audit command, which loads just-in-time reference materials at the correct workflow stage based on detected plan methodology.

When do I need specialized compliance evidence for agent runtime transcripts?

You need specialized compliance evidence for agent runtime transcripts when a session uses a specialized planning approach like Strict TDD, requiring deeper verification than generic log reporting provides.

Can I use generic log reporting for sessions that followed a strict TDD workflow?

You can use generic log reporting for TDD sessions, but it produces unverifiable compliance output; deep audit extensions append specialized TDD compliance sections and parse transcript telemetry for auditable results.