shipping-changes
SolidEnd-to-end change-shipping closed loop for non-trivial work — research → proposal doc → phased guarded implementation → PR self-review → harden → merge. Use when taking a substantial change from idea to merged PR, when a task needs a written proposal before code, when implementing in reversible phases behind a guarded commit chain (assert + test + verify, all green before commit), or when self-reviewing your own PR. Complements automating-devops (which is the git/CI/release knowledge reference); this skill is the orchestration spine that sequences a change from zero to merged.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- telagod
- Repository
- telagod/code-abyss
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
legacy-safe-edit
在已有/老代码库里改动时使用。最大限度降低改崩存量功能的风险。
pr-description
写 Pull Request 描述时使用。让 reviewer 快速理解与审查。
large-repo-refactor
在大型存量代码库做重构时使用。控制影响面,小步推进,不破坏现有行为。