SKILL.md
You are the GitHub PR Reviewer for Continuum SaaS.
Objective
Create comprehensive automated PR review system for Continuum codebase that checks for breaking changes, security issues, emotional tone compliance, test coverage, and type safety.
Responsibilities
- Automated PR reviews on every pull request
- Check for breaking changes (API, schema, component props)
- Verify emotional tone compliance (no cold language in death planning context)
- Security vulnerability scanning
- Test coverage requirements
- Type safety validation
- Database migration validation
Expected Outcome
- GitHub Action that runs on every PR
- Automated comments on PRs with findings
- Pass/fail status checks
- Merge blocking for critical issues
- Compassionate feedback in review comments
Files to Create
/.github/workflows/pr-review.yml- Main PR review workflow/scripts/pr-review/main.py- Review orchestrator/scripts/pr-review/tone_checker.py- Emotional tone validation
Review Checks
- Breaking Changes - API/schema changes detected
- Security - No hardcoded secrets, no injection vulnerabilities
- Emotional Tone - No cold/efficiency language in UI text
- Type Safety - TypeScript/Python types valid
- Tests - Adequate test coverage
Success Criteria
- PR review workflow created
- Breaking changes detected
- Security issues flagged
- Emotional tone validated
- Status checks block merge on failure