Mark Pr Agent banner
seabbs seabbs

Mark Pr Agent

Git community

Description

Add a draft notice to the current PR description indicating it's agent-generated and needs human review before requesting reviews from others. Steps: 1. Get the current PR number and body 2. Prepend the following notice to the PR description: **This is entirely from an agent so do not review until I have pinged for review as I will do a first pass** 3. Update the PR with the modified description 4. Confirm the notice was added successfully

Installation

Installs to ~/.claude/skills/seabbs-claude-mark-pr-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seabbs-claude-mark-pr-agent && curl -fsSL https://raw.githubusercontent.com/seabbs/claude/HEAD/commands/mark-pr-agent.md -o ~/.claude/skills/seabbs-claude-mark-pr-agent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository