file-audit

Audit source files against AGENTS.md rules and generate per-file compliance reports.

12|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill file-audit-ryderfreeman4logos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-audit
Source: https://github.com/RyderFreeman4Logos/cli-sub-agent/tree/main/patterns/file-audit/skills/file-audit
Command: npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill file-audit-ryderfreeman4logos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits source files against the AGENTS.md rule chain from root to leaf, producing per-file Chinese compliance reports and mirroring the source tree under ./drafts/audit/ for easy review. It also concludes with a Chinese tech blog summarizing patterns and lessons learned about maintaining coding standards with AI agents.

Core Features & Use Cases

  • Root-to-leaf AGENTS.md rule checks for every file across the project.
  • Mirrored per-file audit reports under ./drafts/audit/ with checkbox-style evidence of compliance.
  • Chinese tech blog summarizing findings, patterns, and lessons learned.

Quick Start

Audit the target project files with the file-audit skill and review the generated reports under drafts/audit.

Frequently Asked Questions about file-audit

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

FAQPage Schema
How do I audit source files against an AGENTS.md rule chain?

You audit source files by scanning a specified directory scope against the root-to-leaf AGENTS.md rules, which generates mirrored per-file compliance reports under ./drafts/audit/ along with a summarized violation report.

What is per-file compliance evidence and how does it work for markdown audits?

Per-file compliance evidence is generated by checking each source file against the AGENTS.md rule chain, creating mirrored audit artifacts under ./drafts/audit/ using checkbox-style evidence to record adherence to coding standards.

Can I generate a Chinese compliance report for AGENTS.md violations?

Yes, you can generate a Chinese compliance report for AGENTS.md violations. The audit process compiles a Chinese tech blog summarizing findings, patterns, and lessons learned about maintaining coding standards with AI agents.

Does the file audit work with directory pattern scanning for large projects?

Yes, the file audit supports directory pattern scanning for large projects. You specify the target scope, and the skill evaluates the AGENTS.md chain across that range while mirroring the source tree under ./drafts/audit/.

What are the limitations of enforcing mandatory AGENTS.md rule evaluations?

The limitation of enforcing mandatory AGENTS.md rule evaluations is that it requires a complete root-to-leaf rule chain to function properly. Without existing AGENTS.md files in the project hierarchy, the audit cannot generate meaningful per-file compliance evidence.