Аудит конфигурации Crosslink и хуков
★ 6.9 · code-review-automation
Рабочий процесс разработки (Workflow) is a Claude Code skill that runs a guided policy review of a project's Crosslink configuration — tracking mode, security policies, language rules, hook implementations, and workflow conventions. Reach for it when hooks are behaving unexpectedly and you need to understand why, when Crosslink config has accumulated manual edits and it's unclear what drifted, or when the team wants to confirm that security policies and commit conventions match project standards. The skill sequentially executes `crosslink workflow diff`, reads `.crosslink/hook-config.json`, `.crosslink/rules/global.md`, `project.md`, and hook files in `.claude/hooks/` — `work-check.py`, `prompt-guard.py`, `post-edit-check.py`, `pre-web-check.py`, and `session-start.py`. At each step it asks targeted questions: whether `strict`/`normal`/`relaxed` tracking mode fits the workflow, whether `sanitize-patterns.txt` covers the application's sensitive patterns, and whether OWASP rules and commit conventions are still current. It then offers specific edits or a full reset via `crosslink init --force`. The direction is auditing and restoring an existing configuration, not initial setup from scratch. Suitable for projects already running Crosslink; not applicable without an installed Crosslink file structure in place.
- #crosslink
- #workflow
- #configuration
- #policy-audit
- #security
- #hooks