greptile

AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.

Content Preview
{
  "name": "greptile",
  "description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.",
  "author": {
    "name": "Greptile",
    "url": "https://greptile.com"
  },
  "homepage": "https://greptile.com/docs",
  "keywords": ["code-review", "pull-requests", "github", "gitlab", "ai"]
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/greptile.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/external_plugins/greptile/.claude-plugin/plugin.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at external_plugins/greptile/.claude-plugin/plugin.json

Related Skills