with one click
release
Docker-based release workflow with release-please integration
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Docker-based release workflow with release-please integration
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Autonomous improvement loop โ repeatedly runs QA, Fix, and Refactor cycles to continuously improve code quality. Each round runs tests and auto-reverts refactoring commits that break tests. Leverages SuperClaude commands for enhanced analysis. Uses MCP servers (serena, sequential-thinking, context7, playwright, tavily) for semantic analysis, documentation lookup, and multi-step reasoning.
Create or update Architecture Decision Records
Structured code review with severity-based findings
Safe refactoring with pre/post validation
| name | release |
| description | Docker-based release workflow with release-please integration |
| arguments | [{"name":"version","description":"Semver bump type (major|minor|patch) or explicit version (e.g., 1.2.3)","required":true},{"name":"component","description":"Component to release (api|frontend|all)","default":"all"}] |
git status --porcelaincd api && npm testcd api && npx biome check src/cd api && npx tsc --noEmitcd frontend && npx playwright testmake buildmake pushThis project uses release-please with separate packages for api and frontend. Configuration is in release-please-config.json.
feat: โ minor bump, fix: โ patch bump, feat!: or BREAKING CHANGE โ major bumpcd api && npm test)cd api && npx tsc --noEmit)cd api && npx biome check src/)cd frontend && npx playwright test)make build)Images push to ${REGISTRY}/news-curator/{api,frontend}:latest.
Set REGISTRY in .env or Makefile (default: ghcr.io/your-org).