πŸ”Œ

ship-debugged-code

πŸ”ŒPlugin

ship-it-ops/ship-code

VibeIndex|
What it does
|

Apply systematic debugging practices when investigating, isolating, or fixing bugs in Python, TypeScript/JavaScript, or Java code. Covers reproduction, hypothesis-driven investigation, bisection, root-cause analysis, observability, regression-test design, and postmortems.

πŸͺ

Part of

ship-it-ops/ship-code

code-qualitydebuggingincident-responseroot-cause-analysispostmortempython

Installation

Add marketplace in Claude Code:
/plugin marketplace add ship-it-ops/ship-code
Step 2. Install plugin:
/plugin install ship-debugged-code@ship-code
0
-
AddedJul 14, 2026

More from this repository7

🎯
ship-clean-code🎯Skill

Skill

πŸ”Œ
ship-reviewed-prsπŸ”ŒPlugin

Multi-persona pull-request review (senior engineer, senior security, senior infra/SRE/DevOps, senior data engineer, senior frontend engineer, test-coverage signal) with comment-lifecycle suppression and decisive APPROVE/REQUEST_CHANGES/COMMENT submission. Runs locally with confirmation gating and in CI fully automated. Composes with the other ship-* skills via delegation: SC β†’ ship-secure-code, IN β†’ ship-devops, SE β†’ ship-clean-code, TS β†’ ship-tested-code.

πŸ”Œ
ship-clean-codeπŸ”ŒPlugin

Apply clean code principles when writing or reviewing production-quality Python, TypeScript/JavaScript, or Java code. Covers naming, functions, classes, error handling, testing, formatting, and 66 cataloged code smells.

πŸ”Œ
ship-devopsπŸ”ŒPlugin

DevOps and CI/CD review (DEV1-DEV12: CI pipelines, deployment safety, IaC immutability, container images, secrets/config sourcing, observability, release management, schema migrations, health/readiness, SLO/performance, incident hygiene, and flow/batch signals). Sibling to ship-secure-code; serves as the depth target when the ship-reviewed-prs IN (Senior Infra / SRE / DevOps) persona delegates.

πŸ”Œ
ship-tested-codeπŸ”ŒPlugin

Apply testing best practices when writing or reviewing tests for Python, TypeScript/JavaScript, or Java code. Covers test design, TDD, test strategy, mocking, integration testing, flaky test management, and 49 cataloged test smells.

πŸͺ
ship-it-ops/ship-codeπŸͺMarketplace

Repository for Software Engineering related AI skills and agents. Ship better code with your AI agents.

πŸ”Œ
ship-secure-codeπŸ”ŒPlugin

Application-security review (SEC1-SEC12: auth, input validation, injection, XSS, CSRF/origin, crypto, secrets, supply chain, PII/logging, resource exhaustion, path traversal, deserialization/SSRF) for Python, TypeScript/JavaScript, and Java. Sibling to ship-clean-code; serves as the depth target when ship-reviewed-prs SC persona delegates.