بنقرة واحدة
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).