# Beagle Shared

> Internal shared references for the TestBeagle skills (web/mobile drivers, capture-output locations, report skeleton + anti-slop rules, runner emitter, approval gate). Loaded by preflight, bugsweep, breachsweep, a11ysweep, perfsweep, casewright, scriptify, snap, and repro via ../beagle-shared/<file>.md. Not a standalone skill — do not invoke it directly.

- Skill: `testbeagle/beagle-shared` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add testbeagle/beagle-shared`
- Raw SKILL.md: https://api.skillmd.com/api/skills/testbeagle/beagle-shared/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: TestBeagle (https://skillmd.com/u/testbeagle)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/testbeagle/beagle-shared

---


# beagle-shared — shared references for the TestBeagle suite

These files are the single source for behavior every TestBeagle skill shares, so it is identical in every runtime. Each skill loads the ones it needs by relative path; none of this is meant to be invoked on its own.

- `drivers-web.md` — web capture & interaction (repo E2E → agent-browser → browser MCP → headless Chrome).
- `drivers-mobile.md` — iOS Simulator (simctl) & Android (adb) capture, interaction, performance, with the hard rules.
- `capture-output.md` — where screenshots, video, and reports go (repo convention first).
- `report-base.md` — report skeleton and anti-slop rules (evidence per claim, 검증 불가 table, confidence labels, Korean default).
- `emit-runner.md` — emit a static, repo-native `.sh` runner from a verified flow.
- `approval-gate.md` — the mandatory stop before any skill launches, seeds, captures, or probes.

