What problem does it solve?
LinaPro projects often face spec drift and non-compliant code being merged or archived, leading to technical debt and inconsistent system behavior. This skill eliminates that risk by enforcing strict specification compliance checks for all code and OpenSpec changes at critical workflow stages.
Core Features & Use Cases
- Automated Workflow Integration: Triggers automatically after /opsx:apply task completion, lina-feedback fix completion, and pre-/opsx:archive to catch issues early.
- Rule-Driven Compliance Checks: Uses AGENTS.md and .agents/rules/*.md as the sole source of truth for project specs, covering backend Go, frontend, testing, i18n, data permissions, and more.
- Structured Audit Reports: Generates clear reports with severity levels (blocking/warning), validation evidence, and actionable fix recommendations.
- Use Case: When a developer finishes a backend feature via /opsx:apply, this skill reviews all changed Go files, API contracts, and related tests against the project's backend-go.md and api-contract.md rules to block non-compliant code before the next task starts.
Quick Start
Use the lina-review skill to audit all code changes from your current /opsx:apply task against the project's specification rules.