What problem does it solve? Post-commit code reviews often miss repo-specific conventions and upstream API contract mismatches because reviewers rely on general knowledge instead of documented rules. This Skill audits the latest commit (or full branch diff) in the lfx-self-serve repo against its documented rule surface, producing a sourced, severity-calibrated markdown review. ## Core Features & Use Cases - Convention audit with citations: Loads .claude/rules/, the four docs/reviews/ checklists, and architecture docs, then emits findings only when a rule source can be quoted. - Upstream API contract validation: Verifies backend proxy endpoints against Go microservice OpenAPI specs via gh api, and checks Snowflake SQL bind placeholders. - Full-branch mode: Pass the branch keyword to audit the entire branch diff against origin/main for pre-PR sweeps. - Use Case: After committing a new meetings endpoint in apps/lfx-one/src/server/, invoke the Skill to confirm the endpoint matches the lfx-v2-meeting-service OpenAPI contract and complies with the backend checklist before opening a PR. ## Quick Start Ask the AI to run the lfx-self-serve code review on the latest commit, optionally adding the keyword branch for a full-branch pre-PR audit.