Install via ClawdBot CLI:
clawdbot install alirezarezvani/pr-review-expertGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://linear\.app/[^Audited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
A SaaS company with a monorepo and microservices architecture uses this skill to review PRs that modify shared libraries or API contracts, ensuring changes don't break downstream services. It's applied before merging PRs over 200 lines to catch security vulnerabilities like SQL injection and assess blast radius for critical modules.
A fintech firm employs this skill to review PRs involving payment processing or PII handling, focusing on security scanning for hardcoded secrets and auth bypass patterns. It verifies test coverage delta to mandate 100% coverage for sensitive paths and detects breaking changes in DB schemas to prevent production incidents.
An e-commerce company uses this skill to thoroughly review PRs from new contributors, providing structured feedback with a 30+ item checklist. After an incident, it proactively reviews similar PRs to identify performance impacts like N+1 queries and ensures ticket linking with Jira to match scope.
A healthcare software developer applies this skill to review PRs that touch shared contracts or config keys, ensuring compliance with data security standards. It performs blast radius analysis for changes to DB models and checks for breaking changes in API routes to maintain system stability and regulatory adherence.
Offer this skill as a premium service via a subscription model, where teams pay monthly for automated PR reviews that include security scanning and blast radius analysis. Revenue is generated through tiered pricing based on repository size or number of PRs reviewed per month.
License the skill to large enterprises with custom integrations for their internal Git workflows, providing dedicated support and advanced features like performance impact analysis. Revenue comes from annual licensing fees and consulting services for setup and training.
Deploy a free version with basic PR review capabilities, and charge for advanced features such as test coverage delta calculation and breaking change detection. Revenue is generated through in-app purchases or upgrades to higher tiers for teams needing comprehensive reports.
💬 Integration Tip
Integrate this skill into CI/CD pipelines using CLI commands to fetch PR diffs and automate reviews; ensure proper authentication with GitHub or GitLab APIs for seamless workflow integration.
Scored Apr 19, 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.
GitHub API integration with managed OAuth. Access repositories, issues, pull requests, commits, branches, and users. Use this skill when users want to interact with GitHub repositories, manage issues and PRs, search code, or automate workflows. For other third party apps, use the api-gateway skill (
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.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.