Real Repo Testing banner
ahoybuoy ahoybuoy

Real Repo Testing

Testing community

Description

--- name: real-repo-testing description: Use when testing buoy changes against real-world repos, validating drift detection accuracy, comparing before/after results, or preparing a release that needs real-repo validation. --- # Real-Repo Testing This skill defines how to test buoy against real-world repos using buoy-lab. ## Testing Tiers | Tier | When | Speed | Command | |------|------|-------|---------| | Unit tests | Every change | ~30s | `pnpm test` (2512+ vitest tests) | | Manual spot-ch

Installation

Installs to ~/.claude/skills/ahoybuoy-buoy-real-repo-testing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahoybuoy-buoy-real-repo-testing && curl -fsSL https://raw.githubusercontent.com/ahoybuoy/buoy/HEAD/.claude/skills/real-repo-testing.md -o ~/.claude/skills/ahoybuoy-buoy-real-repo-testing/SKILL.md

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

Full documentation available on GitHub

View Source Repository