review-github-prGitHub PR code review - fetches the diff, runs automated checks, launches 3 parallel review agents (correctness, convention compliance, efficiency) to analyze changes, validates findings against actual code, and drafts a GitHub review with a recommended action (approve / request-changes / comment-only) that posts findings as inline comments on the diff. Use when reviewing pull requests. Triggers on "review this PR", "review PR
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 Jul 9, 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 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...