claude-audit/SKILL.md
Audits all AGENTS.md files for redundancy, verbosity, and optimization opportunities. Use when user asks to audit AGENTS.md, clean up instructions, or optimize Codex configuration.
npx skillsauth add run6270/skill Codex-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read and audit all AGENTS.md files in the system.
# Global
cat ~/.Codex/AGENTS.md
# Global rules
ls ~/.Codex/rules/
# Project-level
find . -name "AGENTS.md" -not -path "*/node_modules/*" 2>/dev/null
# Memory
cat ~/.Codex/projects/*/memory/MEMORY.md 2>/dev/null
Read each discovered file completely.
## [file-path]
### Redundant Instructions
- Line X: "[instruction]" → Already default behavior / duplicates [other file]
### Verbose Sections
- Section "[name]": Could be condensed from N lines to: "[suggested replacement]"
### Misplaced Content
- "[content]" → Should be in [skill/memory/other file]
### Stale Content
- "[content]" → Outdated because [reason]
### Suggested Rewrite
[condensed version of the file]
documentation
Provide a lookup index of dbt models (BigQuery tables) to guide query writing against a data warehouse. Use when you need to query, analyze, or look up data in a dbt-powered data warehouse, or when resolving a vague data question into the right BigQuery tables to query.
development
Evidence-first academic integrity auditing and public-interest science storytelling distilled from the full Bilibili video corpus of 耿同学讲故事 plus public interviews. Use when investigating suspected paper/data/image/academic-identity problems, evaluating biomedical or health-tech claims, drafting official complaint memos, or writing rigorous Chinese public-interest scripts with explicit evidence boundaries.
tools
Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.
testing
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.