Favicon of github-code-review

github-code-review Skill

AI Agent SkillPythonOpen source

Review PRs: diffs, inline comments via gh or REST. Published by NousResearch in hermes-agent.

What is github-code-review Skill?

Review PRs: diffs, inline comments via gh or REST. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using hermes-agent

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use github-code-review Skill

  • Use it for developers using hermes-agent.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: NousResearch
  • Repository: NousResearch/hermes-agent
  • Skill file: skills/github/github-code-review/SKILL.md

What it does

Review PRs: diffs, inline comments via gh or REST.

Skill instructions

GitHub Code Review Perform code reviews on local changes before pushing, or review open PRs on GitHub. Most of this skill uses plain git — the gh/curl split only matters for PR-level interactions. Prerequisites - Authenticated with GitHub (see github-auth skill) - Inside a git repository Setup (for PR interactions) bash if command -v gh &/dev/null && gh auth status &/dev/null; then AUTH="gh" else AUTH="git" if [ -z "$GITHUBTOKEN" ]; then if hermesenv="${HERMESHOME:-$HOME/.hermes}/.env"; [ -f "$hermesenv" ] && grep -q "^GITHUBTOKEN=" "$hermesenv"; then GITHUBTOKEN=$(grep "^GITHUBTOKEN=" "$hermesenv" | head -1 | cut -d= -f2 | tr -d '\n\r') elif grep -q "github.com" ~/.git-credentials 2/dev/null; then GITHUBTOKEN=$(grep "github.com" ~/.git-credentials 2/dev/null | head -1 | sed 's|https://[^:]:([^@])@.|\1|') fi fi fi REMOTEURL=$(git remote get-url origin) OWNERREPO=$(echo "$REMOTEURL" | sed -E 's|.github.com[:/]||; s|.git$||') OWNER=$(echo "$OWNERREPO" | cut -d/ -f1) REPO=$(echo "$OWN

Explore related resources

Frequently asked questions

What is github-code-review?

github-code-review is a open-source AI agent skill with Copy skill directory. Review PRs: diffs, inline comments via gh or REST.

Who is github-code-review best for?

github-code-review is best for reusing agent instructions, scripts, and references.

How do I install github-code-review?

Install or run github-code-review using Copy skill directory. Check github-code-review for the latest setup command.

Is github-code-review actively maintained?

github-code-review may need a closer maintenance check before production use.

Share:

Stars
214,436
Forks
39,858
Last commit
9 days ago
Repository age
1 year
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to github-code-review

github-code-review: Install, Config & GitHub Signals – SkillIndex