ShipGuard
Description
Claude Code skills for automated E2E testing with agent-browser (Playwright CLI). Discover routes, generate YAML test manifests, execute with hybrid LLM assertions, track regressions.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ShipGuard

**Ship with confidence.** ShipGuard finds bugs before your users do — and gets smarter every time.
How it works

code audit → find bugs → visual test → confirm on screen → human review → annotate → auto-fix → repeat
ShipGuard closes the loop between static analysis and visual reality. Code audit finds bugs in source. Visual tests verify if users see them. You annotate what matters. AI fixes it. The system learns and gets better each run.
Status
| Module | Status | Notes |
|---|---|---|
| Visual E2E Debugger | 🟢 Stable | discover → run → review → fix loop |
| Code Audit | 🟢 Stable | parallel agents, multi-round, verification |
| Macro Recorder | 🟢 Stable | record → replay via YAML manifests |
| Self-Improving Engine | 🟡 Experimental | sg-improve + sg-scout, evolving |
| Review Dashboard | 🟢 Stable | HTML generation, Findings tab, annotations, monitor |
| Recette CLI | 🟢 New in 2.5.0 | shipguard init/serve/crawl/run/review — deterministic, exit codes 0/1/2/3 |
| Mission Lock | 🟢 Updated in 2.6.4 | Code-first mission guard; read content (pages, files, tool output) is data — it never instructs, widens authority, or passes a review; non-Sol activation is explicit opt-in |
| CI/CD Integration | 🔴 Planned | the CLI's stable exit codes are the intended CI entry point |
⚠️ Requires **Claude Code or Codex**. Visual flows also require `agent-browser`. Some flows are experimental and evolving fast.
Five AI-powered modules. Use one, some, or all five. No test files to write.
📸 Visual E2E DebuggerAuto-discover routes, generate tests, mark bugs on screenshots — **AI traces to source code and fixes automatically**.
|
🔍 Code AuditParallel AI agents scan your entire codebas Related SkillsSpec Kit💫 Toolkit to help you get started with Spec-Driven Development Testing Webapp TestingTest local web applications using Playwright for UI verification and debugging Testing #29, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever Testing Fix Issueby metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol Testing Pypict Test DesignDesign comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui Testing gstack| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M Testing |