github-code-review

Review git diffs and GitHub pull requests for defects and security issues.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill github-code-review-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-code-review
Source: https://github.com/guccang/blogclaw/tree/main/cmd/hermes-agent/vendor/hermes_runtime/skills/github/github-code-review
Command: npx skills add https://github.com/guccang/blogclaw --skill github-code-review-guccang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers identify bugs, security risks, and quality issues in local code changes and GitHub pull requests before they are merged.

Core Features & Use Cases

  • Local Change Review: Analyze git diffs, staged changes, and branches to find correctness, security, testing, and maintainability issues.
  • Pull Request Review: Inspect GitHub PR metadata, changed files, and diffs, then provide structured review feedback or submit comments.
  • Use Case: A developer preparing a release can use this Skill to review a pull request, detect potential problems, and generate actionable feedback for the author.

Quick Start

Ask the skill to review the current pull request or local git changes and provide a structured code review summary.

Frequently Asked Questions about github-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a GitHub pull request for security and maintainability issues?

To review a GitHub pull request, the skill inspects PR metadata, changed files, and diffs to identify security concerns and maintainability issues, then delivers structured review feedback. It applies git-based diff analysis to detect defects before integration.

Can I analyze local git branches and staged changes before pushing code?

You can analyze local git branches and staged changes before pushing code. The skill evaluates local git diffs to find correctness, security, testing, and maintainability issues, providing actionable feedback for the developer.

What is the best way to automate code review feedback for software quality?

Automating code review feedback for software quality involves inspecting git diffs and GitHub pull request changes to deliver structured findings. This skill applies git-based diff analysis to generate actionable feedback on defects and security risks.

Does this code review workflow require GitHub API or CLI interactions?

Yes, the code review workflow requires GitHub API or CLI interactions alongside git-based diff analysis. These dependencies allow the skill to fetch pull request metadata, inspect changed files, and submit structured review comments back to GitHub.

How do I identify defects and security risks in a pre-push code review?

To identify defects and security risks in a pre-push code review, the skill analyzes local code changes and git diffs. It detects potential correctness, security, and maintainability problems before the code reaches the integration stage.