# Rabbit Round

> Process automated PR review comments systematically. Use this for CodeRabbit, Gemini, GitHub Copilot, Devin, Greptile, and similar bots.

- **Type:** Skill
- **Install:** `agentstack add skill-stella-skillguard-rabbit-round`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stella](https://agentstack.voostack.com/s/stella)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [stella](https://github.com/stella)
- **Source:** https://github.com/stella/skillguard/tree/main/.agents/skills/rabbit-round
- **Website:** https://stll.app

## Install

```sh
agentstack add skill-stella-skillguard-rabbit-round
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Rabbit Round

Process automated PR review comments systematically. Use this for
CodeRabbit, Gemini, GitHub Copilot, Devin, Greptile, and similar bots.

## Instructions

1. **Get context**:

   ```bash
   PR_NUMBER=$(gh pr view --json number -q '.number')
   gh api user --jq '.login'
   git rev-parse HEAD
   ```

2. **Fetch review comments** from the PR:

   ```bash
   gh api repos/{owner}/{repo}/pulls/"$PR_NUMBER"/comments --paginate
   ```

   Filter for known bot accounts. Do not treat human review comments as bot comments.

3. **Triage each bot comment**:
   - **Accept** if it improves correctness, safety, maintainability, or follows repo conventions.
   - **Push back** if it is incorrect, overreaching, or conflicts with documented conventions.

4. **Implement accepted suggestions**:
   - make the code changes
   - group related fixes logically
   - run the relevant project checks

5. **Reply inline** to each bot comment:

   ```bash
   COMMENT_ID="123456789"
   gh api -X POST repos/{owner}/{repo}/pulls/"$PR_NUMBER"/comments/"$COMMENT_ID"/replies \
     -f body="[response]"
   ```

   Good response patterns:
   - accepted and implemented
   - agreed, implemented with a small adjustment
   - already addressed in commit `{hash}`
   - pushing back, with a concrete reason and source or repo convention

6. **Never resolve human review threads**. For bot threads, resolve only after:
   - the change is implemented, or
   - the pushback is clearly documented

7. **Check nit-level comments too**. Small ones still matter if they improve clarity
   or remove avoidable friction.

8. **Commit and push** if you made changes:
   - use a neutral commit message such as `fix: address review comments`
   - push to the active PR branch

## Decision Guidelines

**Accept when the suggestion:**
- fixes a bug or real edge case
- improves type safety
- adds missing tests
- aligns with existing repo patterns
- tightens security or validation appropriately

**Push back when the suggestion:**
- assumes facts not true in this codebase
- conflicts with canonical specs or official sources
- adds complexity for little benefit
- would undo a deliberate, documented decision
- is purely stylistic and inconsistent with the repo

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [stella](https://github.com/stella)
- **Source:** [stella/skillguard](https://github.com/stella/skillguard)
- **License:** Apache-2.0
- **Homepage:** https://stll.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-stella-skillguard-rabbit-round
- Seller: https://agentstack.voostack.com/s/stella
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
