pr-reviewFind and fix code issues before publishing a PR. Single-pass review with auto-fix. Use when reviewing code changes before submission or auditing existing cod...
Install via ClawdBot CLI:
clawdbot install glucksberg/pr-reviewGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://keepachangelog.com/en/1.0.0/Audited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Maintainers of open source projects can use this skill to automatically review pull requests from contributors before merging. It catches critical bugs and security issues in code changes, ensuring quality while reducing manual review burden. This is especially valuable for projects with high contributor volume but limited core maintainer time.
Early-stage startups with small engineering teams can audit their entire codebase before launching an MVP. The skill identifies reliability issues, performance bottlenecks, and security vulnerabilities that could impact product launch. It provides automated fixes for high-confidence problems without requiring senior engineering oversight.
Software development agencies can integrate this skill into their delivery pipeline to ensure code quality before handing projects to clients. It reviews specific directories or file patterns to catch issues in newly developed features, providing automated fixes and detailed reports that demonstrate due diligence to clients.
Large organizations modernizing legacy systems can use audit mode to scan entire codebases for critical issues before refactoring. The skill prioritizes correctness and security problems in old code, helping teams identify the riskiest areas to address first during migration projects.
Coding bootcamps and computer science programs can use this skill to provide automated code review for student assignments. It helps students identify common mistakes in their projects before submission, focusing on correctness and security while avoiding style nitpicks that might discourage beginners.
Offer this skill as part of a developer platform that integrates with GitHub, GitLab, or other version control systems. Charge based on the number of repositories or lines of code analyzed per month. Provide premium features like custom rule sets, team dashboards, and historical trend analysis.
Package this skill as a security-focused code scanning tool for large organizations. Emphasize the security vulnerability detection capabilities and compliance reporting features. Sell annual enterprise licenses with dedicated support, custom integration, and regulatory compliance certifications.
Distribute this skill through AI agent marketplaces or developer tool platforms. Offer a freemium model where basic reviews are free, with paid tiers for advanced features like unlimited audits, priority processing, and team collaboration tools. Monetize through marketplace commissions or direct subscriptions.
💬 Integration Tip
Integrate this skill into your CI/CD pipeline by triggering it on pull request creation, or run it locally before pushing changes to catch issues early.
Scored May 26, 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.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
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...
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.