What problem does it solve? It provides a deterministic local qualification stage for development candidates that already have durable READY_FOR_CI evidence, producing auditable READY_FOR_MERGE results without relying on GitHub-native CI. ## Core Features & Use Cases - Profile-driven qualification: Reads the target repository's .coferlandia/ci/profile.json, validates and fingerprints it, then executes the declared local.qualification_commands in order against the exact candidate SHA. - Candidate-bound evidence: Emits a durable READY_FOR_MERGE comment with strategy LOCAL, candidate/base SHAs, and profile fingerprint, and blocks with LOCAL_QUALIFICATION_BLOCKED when runtimes or services are missing. - Strict boundaries: Never falls back to GitHub-native CI, never merges, and forces full requalification when the candidate, base, or profile changes. - Use Case: A pull request marked READY_FOR_CI needs qualification on a machine with the required services; this skill runs the repository's own qualification commands locally and records verifiable evidence for the merge stage. ## Quick Start Ask the agent to run local CI qualification for the current pull request that already has READY_FOR_CI evidence.