skills/pos-ship/SKILL.md
Ship composite — PR creation, deployment, canary monitoring, and rollback with release memory. Replaces 4 ship skills.
npx skillsauth add ShaheerKhawaja/ProductionOS pos-shipInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ship composite — PR creation, deployment, canary monitoring, and rollback with release memory. Replaces 4 ship skills.
Replaces: ship, ship-safe, land-and-deploy, setup-deploy
| Action | What |
|--------|------|
| pr [branch] | Self-eval -> review -> create PR with test plan |
| deploy [target] | Push to production with pre-flight checks |
| canary | Monitor deployment for errors, performance regression |
| rollback | Revert last deployment with verification |
~/.productionos/domains/pos-ship/sub-skills/{action}.mdevaluation/rubric.yml, update memoryStored at ~/.productionos/domains/pos-ship/:
release-log.jsonl (past releases with outcomes), deploy-config.yml (targets, environments), incident-log.jsonl (past deployment issues), learnings.jsonl
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| action | pr, deploy, canary, rollback | pr | Sub-skill to run |
| target | path, URL, or description | required | What to operate on |
tools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.