用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bdfinst/cd-migration --skill cd-guide-page命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | cd-guide-page |
| description | Generate guide pages for the Migrate to CD section following the standard template |
| user_invocable | true |
Role: implementation. This skill generates new content files following the guide page template.
Generate a new guide page for the "Migrate to CD" section of the CD migration guide.
content/en/docs/migrate-to-cd/foundations/trunk-based-development.md to calibrate tone, depth, and structure./grammar-check on the generated file to catch and fix any prohibited punctuation.---
title: "[Practice or Topic Name]"
linkTitle: "[Practice or Topic Name]"
weight: [number - position within the phase section]
description: >
[One sentence description under 160 characters. State what the practice is and
what it enables.]
---
{{% pageinfo %}}
**[Phase Name]** | Adapted from [source if applicable]
[1-2 sentence summary of why this practice matters and where it fits in the
migration path.]
{{% /pageinfo %}}
## What Is [Practice Name]?
[2-3 paragraphs defining the practice. Be precise about what it is and what it is not.
Include a blockquote if there is an authoritative definition worth citing.]
### What [Practice Name] Is Not
[Bullet list clarifying common misconceptions. This subsection is optional but
recommended when the practice is frequently misunderstood.]
## What [Practice Name] Improves
[Table showing problems and how the practice addresses them. Optional but effective
for practices that address multiple symptoms.]
| Problem | How [Practice] Helps |
|---------|---------------------|
| [Problem] | [How it helps] |
## [Implementation Section - Title Varies by Topic]
[This is the core section. Structure depends on the topic. Options include:]
[Option A: Migration paths - when there are multiple valid approaches]
### Path 1: [Approach Name]
### Path 2: [Approach Name]
### How to Choose Your Path
[Option B: Step-by-step guide - when there is one clear approach]
### Step 1: [Action] (Week N)
### Step 2: [Action] (Week N)
[Option C: Practice areas - when the topic has multiple facets]
### [Facet 1]
### [Facet 2]
## Essential Supporting Practices
[Describe practices that must be in place for this one to work. Link to their
guide pages. Optional - include when dependencies are important.]
## Getting Started: A Tactical Guide
[Time-boxed weekly steps for adopting the practice. Similar to "How to Fix It"
in anti-pattern pages but framed positively as adoption rather than correction.]
### Step 1: [Action]
### Step 2: [Action]
### Step 3: [Action]
## Key Pitfalls
[Numbered list of common mistakes when adopting this practice. Each with a bold
title and 1-2 paragraph explanation.]
### 1. "[Common mistake in quotes]"
[Table of metrics with targets and rationale.]
| Metric | Target | Why It Matters |
|--------|--------|----------------|
| [Metric] | [Target] | [Why] |
[Links to external authoritative sources. Include attribution if content is adapted.]
[One sentence pointing to the next logical practice in the migration path, with a link.]
/grammar-check before finishing to catch prohibited punctuation (endashes, emdashes, hyphens used as dashes).{{% pageinfo %}} block with the phase indicatorcategory, risk_level, or tags in front matterweight for ordering within a phase sectionThe phase determines the output directory and the pageinfo label.
| Phase | Directory | Pageinfo label |
|---|---|---|
| Phase 0 - Assess | assess/ | **Phase 0 - Assess** |
| Phase 1 - Foundations | foundations/ | **Phase 1 - Foundations** |
| Phase 2 - Pipeline | pipeline/ | **Phase 2 - Pipeline** |
| Phase 3 - Optimize | optimize/ | **Phase 3 - Optimize** |
| Phase 4 - Continuous Deployment | continuous-deployment/ | **Phase 4 - Continuous Deployment** |
Use relative links from guide page directories: ../../../anti-patterns/[category]/[slug]/
Architecture:
architecture/distributed-monolith - Distributed Monolitharchitecture/premature-microservices - Premature Microservicesarchitecture/tightly-coupled-monolith - Tightly Coupled MonolithBranching & Integration:
branching-integration/integration-deferred - Integration Deferredbranching-integration/long-lived-feature-branches - Long-Lived Feature BranchesMonitoring & Observability:
monitoring-observability/blind-operations - Blind OperationsOrganizational & Cultural:
organizational-cultural/governance-process/cab-gates - CAB Gatesorganizational-cultural/planning/deadline-driven-development - Deadline-Driven Developmentorganizational-cultural/team-dynamics/missing-product-ownership - Missing Product Ownershiporganizational-cultural/team-dynamics/pressure-to-skip-testing - Pressure to Skip Testingorganizational-cultural/team-dynamics/thin-spread-teams - Thin-Spread Teamsorganizational-cultural/planning/velocity-as-individual-metric - Velocity as Individual MetricPipeline & Infrastructure:
pipeline/manual-deployments - Manual Deploymentspipeline/missing-deployment-pipeline - Missing Deployment Pipelinepipeline/snowflake-environments - Snowflake EnvironmentsTeam Workflow:
team-workflow/horizontal-slicing - Horizontal Slicingteam-workflow/knowledge-silos - Knowledge Silosteam-workflow/monolithic-work-items - Monolithic Work Itemsteam-workflow/push-based-work-assignment - Push-Based Work Assignmentteam-workflow/unbounded-wip - Unbounded WIPteam-workflow/undone-work - Undone WorkTesting & Quality:
testing/code-coverage-mandates - Code Coverage Mandatestesting/inverted-test-pyramid - Inverted Test Pyramidtesting/manual-regression-testing-gates - Manual Regression Testing Gatestesting/manual-testing-only - Manual Testing OnlyUse relative links from guide page directories: ../../../symptoms/[subdirectory]/[slug]/
Testing:
testing/flaky-tests - Flaky Teststesting/high-coverage-ineffective-tests - High Coverage, Ineffective Teststesting/refactoring-breaks-tests - Refactoring Breaks Teststesting/slow-test-suites - Slow Test Suitestesting/environment-dependent-failures - Environment-Dependent FailuresDeployment:
deployment/fear-of-deploying - Fear of Deployingdeployment/infrequent-releases - Infrequent Releasesdeployment/coordinated-deployments - Coordinated Deploymentsdeployment/merge-freeze - Merge Freezedeployment/hardening-sprints - Hardening Sprintsdeployment/staging-passes-production-fails - Staging Passes, Production FailsFlow:
flow/work-management/too-much-wip - Too Much WIPflow/work-management/work-items-take-too-long - Work Items Take Too Longflow/integration/prs-waiting-for-review - PRs Waiting for Reviewflow/integration/painful-merges - Painful Mergesflow/integration/no-fast-feedback - No Fast Feedbackflow/integration/slow-pipelines - Slow PipelinesVisibility:
visibility/production-issues-found-by-customers - Production Issues Found by Customersvisibility/slow-detection - Slow Detectionvisibility/works-on-my-machine - Works on My Machinevisibility/team-burnout - Team BurnoutUse relative links: ../[slug]/ for same phase, ../../[phase]/[slug]/ for different phase.
Assess:
baseline-metrics, current-state-checklist, identify-constraints, value-stream-mappingFoundations:
build-automation, code-review, everything-as-code, testing-fundamentals, trunk-based-development, work-decomposition, working-agreementsPipeline:
application-config, deployable-definition, deterministic-pipeline, immutable-artifacts, pipeline-architecture, production-like-environments, rollback, single-path-to-productionOptimize:
architecture-decoupling, feature-flags, limiting-wip, metrics-driven-improvement, retrospectives, small-batchesContinuous Deployment:
agentic-cd, deploy-on-demand, experience-reports, progressive-rolloutUse relative links: ../../../reference/metrics/[slug]/
build-duration, change-fail-rate, development-cycle-time, integration-frequency, lead-time, mean-time-to-repair, release-frequency, work-in-progressWrite the generated page to content/en/docs/migrate-to-cd/[phase-directory]/[slug].md where [slug] is the practice name in kebab-case.