0024 — Deploy skills: write-ci-pipeline, write-deployment-config, write-ai-review-workflow, deployment-checklist #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: HITL
Parent PRD:
docs/prd/chunk-3-skills-library.mdWhat to build
The 4 deploy phase skills. All are new. Authored via
write-skill(0018), evals viawrite-eval(0017).Skills and trigger descriptions:
write-ci-pipelinewrite-deployment-configwrite-ai-review-workflowdeployment-checklistKey constraints per skill:
write-ci-pipeline: targets Gitea Actions YAML; includes secret scan, dependency scan, licence scan, test, and build steps by defaultwrite-deployment-config: pinned image/provider versions; resource limits on all K8s resources; no hardcoded secrets; secrets via env varswrite-ai-review-workflow: calls AI API via script; posts findings via Gitea API; never auto-merges; human remains in the loopdeployment-checklist: validates — linked issue exists and is closed or in-progress; secrets scan clean; dependency scan clean; licence scan clean; tests passing; rollback plan documented;docs/spec/updated if behaviour changed; which reviewer roles (Architect, Reviewer, Security) have been invoked on this changeImplementation notes
Follow the per-skill workflow defined in
docs/notes/skill-implementation-workflow.md.Known upstream sources to review:
bmad-method/bmad-method— BMAD ops/deploy patterns and deployment checklist approachAcceptance criteria
.agents/skills/<skill-name>/SKILL.md;metadata.category: deploy; authoring standard metdeployment-checklistincludes all listed validation checks, including reviewer role invocation checkwrite-ai-review-workflowincludes explicit constraint that it never auto-mergessource:fields populated for any adopted upstream content.agents/evals/deploy/<skill-name>/eval.yamlviawrite-evalinstall.shdeploys all 4 to~/.agents/skills/docs/spec/overview.mdupdated to reflect all 4 skills deployedBlocked by
write-eval)write-skill)