review-github-prGitHub PR code review - fetches the diff, runs automated checks, launches 3 parallel review agents (correctness, convention compliance, efficiency) to analyz...
Install via ClawdBot CLI:
clawdbot install tenequm/review-github-prGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/owner/repo/pull/123Audited Apr 18, 2026 · audit v1.0
Generated May 5, 2026
Review incoming PRs on an open source repository to catch bugs, enforce code conventions, and ensure code quality before merging. Parallel review agents (correctness, convention, efficiency) speed up the process.
Integrate into a company's CI/CD pipeline to automatically review PRs against internal coding standards and security best practices. Validates lint/type checks and flags real issues without bias.
Freelance developers use this skill to review code from clients or collaborators, ensuring correctness and consistency without manual effort. The structured analysis helps build trust with clients.
Computer science students and bootcamp participants use the skill to learn how to review code systematically. The parallel review phases teach thorough analysis of correctness, style, and efficiency.
When refactoring legacy codebases, use the skill to review each PR for consistency with new patterns while respecting existing conventions. Helps teams gradually modernize without breaking existing functionality.
Offer the skill as a premium feature within a developer tool platform (e.g., GitHub App) with tiered pricing based on number of repositories or users. Pro plan adds parallel review agents and custom rules.
Package the skill as a GitHub Action available on the Marketplace. Free tier for public repos with limited usage; paid tier for private repos and higher concurrency. One-time purchase or usage-based billing.
License the skill to enterprises for on-premises deployment, providing security and compliance. Includes integration with internal CI systems and custom rule sets. Annual license fee with maintenance.
💬 Integration Tip
Clone the repo locally before running the skill to avoid repeated network calls; configure CLAUDE.md with project-specific lint/type-check commands for accurate automated checks.
Scored May 5, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...