一键导入
release
Docker-based release workflow with release-please integration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Docker-based release workflow with release-please integration
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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).