3awny

26 mods across 1 repository, 2 stars between them.

qship

01

3awny/qship

Plugin Claude Code

Open-source mirror of the qship pipeline — Jira ticket to production PR in one slash command. Hook-enforced, resumable, parallel/epic-mode capable, with optional Codex CLI integration for diversified model review.

2 2mo ago A tokens not measured original MIT

qship

02

3awny/qship

Plugin Claude Code

Bootstrapper for the qship pipeline. Installs a single configurator skill that walks you through 25 questions about your codebase, then renders the 21-skill qship pipeline (plan/implement/review/test/ship) into your /.claude/skills/ tree. Hook-enforced, resumable, parallel/epic-mode capable. Supports both Claude Code.

2 2mo ago A tokens not measured original MIT

SessionStart

03

3awny/qship

Hook

Runs when a session starts, executing first-run-check.sh via bash. From 3awny/qship.

2 2mo ago A tokens not measured original MIT

configure

04

3awny/qship

Skill Claude CodeCodex

One-time interactive configurator for the qship skill catalog. Run this immediately after installing the qship plugin (the SessionStart hook will remind you on first use). Walks through a short questionnaire (7 rounds, two dozen questions) plus a per-repo loop (1 repo or 100, the configurator doesn't care), renders…

2 2mo ago B 126 tokens original MIT

qship-worker

05

3awny/qship

Agent

Implements a single Jira ticket through the qship pipeline (Steps 1-7.5). Use when dispatching ticket implementation work from the qship orchestrator.

2 2mo ago A 38 tokens original MIT

qauthtrailingslash

06

3awny/qship

Skill Claude CodeCodex

Audit API routes for the trailing-slash / 307-redirect auth bug — where a missing or extra trailing slash makes the server issue an HTTP 307 redirect and the client silently drops the Authorization header, causing intermittent 401s. Use when reviewing or debugging FastAPI/Starlette (or similar) routes, auth-token loss…

2 2mo ago A 80 tokens original MIT

qbcheck

07

3awny/qship

Skill Claude CodeCodex

Validate candidate bugs before reporting them — an adversarial second pass that confirms each finding is real (reproducible, correctly root-caused) and filters out false positives. Use after a bug hunt or code review to gate which findings are worth surfacing; qship runs it as the Step 10 quality gate before any bug…

2 2mo ago A 73 tokens original MIT

qbug

08

3awny/qship

Skill Claude CodeCodex

Hunt for the root cause of a bug — trace symptoms back to the underlying defect and report findings, without applying fixes (hunt-only, so you stay in control of the change). Use when investigating a failure, unexpected behavior, or a flaky test and you want the true cause rather than a surface patch.

2 2mo ago A 65 tokens original MIT

qcheck

09

3awny/qship

Skill Claude CodeCodex

Review code changes for correctness, security, and convention adherence — the general-purpose code reviewer. Use on a diff or recent changes before committing or opening a PR to catch bugs, risky patterns, and style violations; the central review step in the qship pipeline.

2 2mo ago A 55 tokens original MIT

qcheckf

10

3awny/qship

Skill Claude CodeCodex

Review a single function in depth — signature, parameters, edge cases, error handling, and whether it does one thing well. Use when you want a focused critique of one function (not a whole diff), e.g. a complex or hot-path routine you're about to ship.

2 2mo ago A 59 tokens original MIT

qcheckt

11

3awny/qship

Skill Claude CodeCodex

Review test code for coverage and quality — are the right behaviors tested, edge cases included, assertions meaningful, and tests free of tautologies/flakiness. Use when reviewing or writing tests for a change; qship runs it as a dedicated reviewer in the Phase-2 review fan-out.

2 2mo ago A 62 tokens original MIT

qclean

12

3awny/qship

Skill Claude CodeCodex

Review a change for defensive/dead code that should be removed — unnecessary null-guards, speculative branches, leftover scaffolding, over-engineering. Use after implementing a feature to strip code that adds noise without adding value; qship runs it as Step 7.4.

2 2mo ago A 58 tokens original MIT

qcomponent

13

3awny/qship

Skill Claude CodeCodex

Review a frontend UI component — props/state design, accessibility, render performance, reuse of existing components, and adherence to the project's UI conventions. Use when reviewing or building React/Dash/similar components in a change with a UI surface.

2 2mo ago A 51 tokens original MIT

qdirectory

14

3awny/qship

Skill Claude CodeCodex

Review where new files/modules were placed — do they sit in the right directory, follow the repo's layering and naming conventions, and avoid creating parallel structures. Use after adding files to confirm the change fits the existing architecture; qship runs it as Step 7.3.

2 2mo ago A 58 tokens original MIT

qe2etest

15

3awny/qship

Skill Claude CodeCodex

Run quick end-to-end smoke testing for {{COMPANYSLUGUPPER}} changes by tracing changed code paths through the real local stack and verifying behavior live.

2 2mo ago A 36 tokens original MIT

qlocalclonedb

16

3awny/qship

Skill Claude CodeCodex

Clone a staging tenant's database into a named local Postgres DB for realistic local testing — copies schema + data so you can reproduce issues against production-shaped data. Use before local E2E when you need real tenant data; qspinuplocal calls it when a project ships a local-DB bootstrap.

2 2mo ago A 68 tokens original MIT

qmanualt

17

3awny/qship

Skill Claude CodeCodex

Perform comprehensive {{COMPANYSLUGUPPER}} acceptance testing with live UI, API, DB, and evidence capture for every acceptance criterion.

2 2mo ago A 32 tokens original MIT

qmemory

18

3awny/qship

Skill Claude CodeCodex

Capture a durable lesson from this work into persistent memory — a non-obvious gotcha, a confirmed convention, or feedback worth re-applying on future tasks. Use when you learn something that should outlive the session; qship runs it as Step 11.7 to record review/bug lessons.

2 2mo ago A 64 tokens original MIT

qmigrationdevcheck

19

3awny/qship

Skill Claude CodeCodex

Validate an Alembic migration chain before it ships — checks for multiple heads, broken/cyclic down-revisions, divergent branches, and migrations that won't apply cleanly on top of the base branch. Use when a change adds or edits files under alembic/versions/; qship runs it automatically when the diff touches…

2 2mo ago A 73 tokens original MIT

qplan

20

3awny/qship

Skill Claude CodeCodex

Review an implementation plan before any code is written — checks it against the actual codebase for missing steps, wrong assumptions, ignored existing patterns, and unhandled edge cases. Use after drafting a plan/TRD and before implementing; qship runs it as Step 6.

2 2mo ago A 57 tokens original MIT

qreuse

21

3awny/qship

Skill Claude CodeCodex

Review a change for reuse opportunities — did it reinvent something that already exists in the codebase, and is new code factored so it can be reused. Use after implementing to catch duplicated logic and surface existing helpers/utilities you should call instead; part of qship's simplify/review pass.

2 2mo ago A 62 tokens original MIT

qship

22

3awny/qship

Skill Claude CodeCodex

Full Jira-ticket → PR pipeline (plan, implement, review, test, ship). Supports parallel and epic-mode execution. Two independent engine knobs — provider=claude|codex chooses the Step 7 implementer (default Claude Opus 4.7 1M, medium reasoning), and reviewer=claude|codex chooses the Phase 2 reviewer (default Claude).…

2 2mo ago B 125 tokens original MIT

qshipcheck

23

3awny/qship

Skill Claude CodeCodex

Validates that all orchestrator Phase 2 (review), Phase 3 (acceptance), and Phase 4 (deliver) steps were executed after qship pipeline completion. Run this after qship finishes to catch any skipped steps.

2 2mo ago A 51 tokens original MIT

qshipmaster

24

3awny/qship

Skill Claude CodeCodex

Epic-level orchestrator for qship. Takes a Jira Epic ID, builds a topologically-sorted wave plan from its children, spawns one qship-persist.sh per ticket per wave in parallel, merges each wave into a consolidated epic branch, runs a lightweight wave-gate after each wave (migration check + targeted tests + 2 bug…

2 2mo ago D 240 tokens original MIT