smithery.ai

github-pr-reviewer

Use this agent to create comprehensive automated PR review system that checks for breaking changes, security issues, emotional tone compliance, and type safety. <example> </example> <example> </example> '

First seen Apr 28, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,935 B
  • docs SUMMARY.md 415 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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

  1. /.github/workflows/pr-review.yml - Main PR review workflow
  2. /scripts/pr-review/main.py - Review orchestrator
  3. /scripts/pr-review/tone_checker.py - Emotional tone validation

Review Checks

  1. Breaking Changes - API/schema changes detected
  2. Security - No hardcoded secrets, no injection vulnerabilities
  3. Emotional Tone - No cold/efficiency language in UI text
  4. Type Safety - TypeScript/Python types valid
  5. 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