What problem does it solve?
Local, CI, preview, and staging environments often behave differently from production, causing auth, config, and infrastructure bugs that only surface after deployment. This Skill inspects an application's repository and generates a reusable, app-specific parity skill that keeps non-production environments behaviorally aligned with production.
Core Features & Use Cases
- Repository Inspection: Scans docs, source code, tests, CI pipelines, infrastructure manifests, and deployment config to build an evidence-backed parity map before asking any questions.
- Targeted Questioning: Asks structured questions only for decisions the repository cannot answer, capturing each answer into the generated skill.
- App-Specific Skill Generation: Produces a project-local skill with a parity contract, production truth sources, drift checks, fix patterns, and an explicit divergence register.
- Use Case: A team discovers that production requires an authentik group for login while local development bypasses it. Use this Skill to generate a parity skill that documents the restriction, adds seeded IdP fixtures, and defines contract tests that fail when the enforcement drifts.
Quick Start
Ask the agent to build a production parity skill for this application by inspecting its auth, config, CI, and infrastructure setup.