Аудит контекста проекта в Claude Code

★ 6.9 · vibe-coding

Аудит кодовой базы (Codebase Audit) is a Claude Code skill that performs a full context dump for crosslink-tracked projects, helping you re-orient and decide on the next action. Reach for it when you've lost track of what was happening mid-session, when Claude seems stuck and you need a ground-truth snapshot of the project state, or when resuming work after a break and needing to reconstruct context fast. The skill reads rules from `.crosslink/rules/` (global, language-specific, tracking-mode-specific, and project rules), scans the project tree up to three levels deep, reads the primary dependency manifest, queries session and issue state via `crosslink session status` and `crosslink issue show`, checks blockers and lock state with `crosslink issue blocked` and `crosslink locks list`, reviews hook configuration via `crosslink config show`, and inspects VCS state using `jj status`, `jj log`, and `jj diff`. The result is a structured diagnostic summary: active issue, current change, tracking mode, detected languages, open and blocked issue counts, uncommitted file count, and loaded rule files. This skill is about re-orientation and diagnostics inside a crosslink workflow — not static code analysis or code quality review. It requires a functioning crosslink environment and is not applicable outside of it.