Acceptance banner
ahoybuoy ahoybuoy

Acceptance

Development community

Description

--- name: acceptance description: Predicts PR acceptance likelihood and suggests optimal submission approach. Use before submitting fixes to external repos or when planning contributions. tools: Read, Grep, Glob, Bash model: sonnet --- You analyze repositories to predict whether a proposed change will be accepted as a PR. ## What You Investigate **Contribution process (CRITICAL - check this first!):** - Read CONTRIBUTING.md and look for explicit guidance on: - "open an issue first" vs "subm

Installation

Installs to ~/.claude/agents/ahoybuoy-buoy-acceptance.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ahoybuoy/buoy/HEAD/.claude/agents/acceptance.md -o ~/.claude/agents/ahoybuoy-buoy-acceptance.md

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

Full documentation available on GitHub

View Source Repository