dev10x-skill-audit

Audit AI coding session transcripts for skill usage and compliance deviations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-skill-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-skill-audit
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-skill-audit
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-skill-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill analyzes AI coding session transcripts to identify areas for improvement in AI behavior, skill definitions, and permission rules, preventing future errors and inefficiencies.

Core Features & Use Cases

  • Skill Usage Audit: Reviews how AI skills were used, flagging missed opportunities or incorrect applications.
  • Compliance Check: Compares actual skill execution against documented steps in SKILL.md.
  • Permission Friction Analysis: Identifies commands that unnecessarily prompted user approval and suggests new allow rules.
  • Use Case: After a complex coding session, run this audit to discover why the AI repeatedly made the same mistake, leading to an update in a skill's SKILL.md to prevent it from happening again.

Quick Start

Run the dev10x-skill-audit skill on the latest session transcript in your current directory.

Frequently Asked Questions about dev10x-skill-audit

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

FAQPage Schema
How do I audit AI coding session transcripts to find skill usage errors?

To audit AI coding session transcripts, run the dev10x-skill-audit skill on your latest session transcript. It analyzes raw script usage, user corrections, and skill deviations to generate actionable recommendations for skill updates.

Why does my AI coding assistant keep prompting for permission on the same shell commands?

Unnecessary permission prompts indicate permission friction. A session audit analyzes these repeated prompts and suggests new allow rules, preventing future interruptions and streamlining command execution.

How can I check if my AI agent's execution deviated from the documented skill steps?

To check execution against documented steps, perform a compliance check. The audit compares actual skill execution against the documented steps in your SKILL.md file, flagging missed opportunities or incorrect applications.

What is the best way to analyze inline shell script patterns from an AI session?

The best way to analyze inline shell script patterns is to run a session audit. It reviews the raw script usage and inline patterns within your transcripts to identify inefficiencies and recommend wrapper script creation.

Can I use this audit to automatically generate new permission allow rules for my AI agent?

Yes, the audit identifies commands that unnecessarily prompted user approval during the session and generates actionable recommendations for new allow rules to reduce future permission friction.

When do I need to run an AI session compliance audit?

You need to run a compliance audit after a complex coding session to discover why the AI repeatedly made the same mistake, leading to updates in a skill's SKILL.md to prevent it from happening again.