Shipcheck is a Claude Code Skill that runs two parallel QA specialists—regression hunter and change reviewer—to produce a single evidence-backed ship/no-ship verdict before merging.

Stars

11

7-day growth

No data

Forks

1

Open issues

0

License

MIT

Last updated

2026-07-01

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It mimics a senior QA engineer's workflow with adversarial, evidence-first review, separate regression focus, and cost-aware context isolation, all in a read-only skill.

Who it is for

  • Claude Code users
  • Software developers
  • QA engineers
  • Team leads reviewing pull requests

Use cases

  • Pre-merge QA review of feature branches
  • Quick safety check of working changes before commit
  • Pull request review via PR number or branch diff
  • Staging-level verification of high-risk changes

Strengths

  • Two independent specialized reviewers run in parallel for breadth
  • Each finding requires file:line evidence, reducing noise
  • Regressions are treated as first-class concerns, not afterthoughts
  • Context isolation keeps heavy playbooks out of the main Claude session

Considerations

  • Token cost scales with review depth; a thorough review is not free
  • Requires Claude Code with Skills enabled, limiting to that ecosystem
  • Residual risks and manual tests are honestly flagged but not automated

README quick start

Usage

Description

🚦 Senior-QA review skill for Claude Code: runs a regression hunter + a change reviewer in parallel, then gives one read-only SIGN OFF / DO NOT SHIP verdict with file:line evidence.

Related repositories

Similar projects matched by category, topics, and programming language.

jamesob
Featured
jamesob GitHub avatar

local-llm

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.

AI & Machine LearningLarge Language Models
1,660
bjan
Featured
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI & Machine LearningAI Agents
9
AARomanov1985
AARomanov1985 GitHub avatar

Audio-Cassette-Simulation

A set of bash scripts using ffmpeg to simulate vintage cassette tape audio profiles with noise, wow/flutter, bandwidth limits, and EQ.

Shell
373