review-agent-setup

review agent setup

wshobson ↓ 2.8k
Claude Code
View source ↗

What it does

  • Reviews, comments on, or merges pull requests (gh pr review, gh pr merge)
  • Triages issues (gh issue comment, gh issue close)
  • Publishes releases (gh release create)
  • Modifies CI configuration (.github/workflows/, .gitlab-ci.yml)
  • Pushes to protected branches (main, master, release, production)
  • Posts to external notification surfaces (Slack webhooks, Discord)
  • 2026-04-17T14:23:01Z Bash "gh pr review 42 --approve --body 'LGTM'"

Requirements & configuration

Configuration: TOOL_NAMETOOL_INPUT

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

review agent setup

Source

Repository: https://github.com/wshobson/agents

review-agent-setup FAQ

What does the review-agent-setup skill do?

Configure human-in-the-loop gating for AI agent review actions in Claude Code. Use when setting up a project where an agent may post PR reviews, comments, merges, or edit CI configuration, and you want a cryptographically auditable approval trail with Cedar-enforced gates. Reviews, comments on, or merges pull requests (gh pr review, gh pr merge) Triages issues (gh issue comment, gh issue close)

What does review-agent-setup require?

Configuration keys: TOOL_NAME, TOOL_INPUT.

How do I install review-agent-setup?

Run: npx -y skills add https://github.com/wshobson/agents --skill review-agent-setup --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain review-agent-setup?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[review-agent-setup on getagentictools](https://getagentictools.com/skills/wshobson-agents-review-agent-setup?ref=badge)
npx agentictools info skills/wshobson-agents-review-agent-setup

The second line is the CLI lookup for this page — handy in READMEs and docs.