skills/audit-context/SKILL.md
Full audit of llm-context/, CLAUDE.md, and README against actual codebase.
npx skillsauth add MansoorMajeed/Clawd audit-contextInstall 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.
Deep audit of all documentation against the actual codebase. Unlike /update-docs (which checks only recently changed files), this audits everything.
Scan the project and build a structural map:
For each file in llm-context/:
Check the CLAUDE.md index section:
llm-context/ is listed in the index (no missing entries)If README.md exists:
Don't rewrite the README. Flag specific lines that are wrong.
Present findings:
## Audit Results
### llm-context/
| File | Status | Issue |
|------|--------|-------|
| architecture.md | STALE | Section on auth describes JWT but code uses sessions |
| database.md | CURRENT | — |
### CLAUDE.md
- [ ] Index missing: llm-context/caching.md (added last week)
- [ ] Tech stack says "PostgreSQL" but code uses SQLite
### README.md
- [ ] Install section references `npm install` but project uses `make build`
Ask the user: fix all issues now, or pick specific ones?
For each fix:
git add llm-context/ CLAUDE.md README.md
git commit -m "docs: audit and update project context"
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Update llm-context/ and CLAUDE.md to reflect recent code changes.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
development
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize