SymptomSync Review
Use this skill when the task is review-oriented rather than feature implementation.
Review priorities
- Data-contract correctness
- User-visible regression risk
- Build, lint, or deploy breakage
- Security and secret-handling issues
- Drift between code, pipelines, and operator docs
Repo-specific failure modes to check first
- SQL changed in
supabase/but notdatabase/, or vice versa. - Frontend fields changed without updating
web/lib/*schemas and helper payloads. - Review relies on
npm testeven though it is not authoritative here. - AI-service claims are taken from README instead of verified code.
- Deployment changes ignore blue/green, canaries,
/health, or SSM stage switching. - Docs claim behavior that the code no longer implements.
Read references/review-hotspots.md for the most common review traps.
Suggested review workflow
- Classify the changed surface: web, data, agentic AI, release, or docs.
- Read the nearest
AGENTS.md. - Use the matching specialized skill when the diff spans a complex area.
- Prefer concrete findings with affected files and downstream blast radius.
Related skills
- Use
$symptomsync-web-change,$symptomsync-data-change,$symptomsync-agentic-ai-change, or$symptomsync-release-changefor deep area-specific context.