What problem does it solve? After code changes, projects often drift out of sync: tests contradict implementation, docs describe stale behavior, CLI help text mismatches flags, and CI workflows reference broken paths. This Skill performs an evidence-driven alignment pass that finds and safely fixes these inconsistencies, then validates the changed scope with code review, lint, security, and focused test gates. ## Core Features & Use Cases - Contract-First Alignment: Infers the intended project contract from READMEs, tests, CI workflows, CLI help output, and working code before making minimal, reviewable fixes. - Changed-Scope Quality Gate: Runs mandatory validation lanes including report-only code review, lint/syntax checks, security review, cross-code wiring checks, and focused tests or builds. - Safe Remediation Policy: Fixes only clear, low-risk issues, preserves unrelated dirty files and caller-supplied finding classifications, and reports risky or ambiguous changes for explicit approval. - Use Case: After a refactoring session, invoke the Skill to reconcile implementation, tests, docs, and workflows, then receive a report of fixes made, gate results, and remaining risks. ## Quick Start Ask the agent to run align on the current project to reconcile recent changes across code, tests, docs, and CI, then report the quality-gate results.