Skip to content
OpenSmartRoute
Skillv1.0.0

deployment-procedures

Plan, execute, verify, and roll back deployments with explicit gates and evidence.

by linktrend(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from linktrend/IDE-Development (core/managed-core/skills/deployment-procedures/SKILL.md). Install upstream with npx skills add linktrend/IDE-Development --skill deployment-procedures. Copyright stays with the author.

Deployment Procedures

Use this skill when deploying, preparing deployment automation, or reviewing deployment readiness.

Use When

  • deploying to staging or production
  • changing deployment configuration
  • adding release automation
  • validating rollout or rollback plans
  • diagnosing deployment failures

Deployment Checklist

  • target environment is explicit
  • current branch/version is known
  • required tests and checks passed
  • config and secrets are present outside the repo
  • migration or data changes are accounted for
  • rollback path is known
  • post-deploy verification is defined

Rules

  • Do not deploy from an ambiguous repository or branch state.
  • Do not hide skipped checks.
  • Do not mix unrelated changes into a deployment.
  • Escalate destructive migrations, security-sensitive changes, and irreversible operations.
  • Record verification evidence after deployment.

Output

  • deployment target
  • commands or workflow used
  • pre-deploy checks
  • post-deploy verification
  • rollback or recovery note
  • blockers or residual risk

Progressive Disclosure

Read deployment docs, CI/CD workflow, environment notes, and changed files relevant to the deployment. Do not inspect unrelated infrastructure unless the deployment depends on it.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/linktrend-ide-development-deployment-procedures/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

linktrend-ide-development-deployment-procedures.ocm.jsonjson
{
  "ocm": "1",
  "id": "linktrend-ide-development-deployment-procedures",
  "kind": "skill",
  "name": "deployment-procedures",
  "description": "Plan, execute, verify, and roll back deployments with explicit gates and evidence.",
  "publisher": "linktrend",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "deployment",
      "release",
      "rollback",
      "operations",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Plan, execute, verify, and roll back deployments with explicit gates and evidence."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/linktrend/IDE-Development",
      "path": "core/managed-core/skills/deployment-procedures/SKILL.md",
      "ref": "5a64f7f03d3463804b424cc59c4ee048473d9a51",
      "url": "https://github.com/linktrend/IDE-Development/blob/5a64f7f03d3463804b424cc59c4ee048473d9a51/core/managed-core/skills/deployment-procedures/SKILL.md",
      "key": "linktrend/IDE-Development/core/managed-core/skills/deployment-procedures/SKILL.md"
    }
  },
  "instructions": "# Deployment Procedures\n\nUse this skill when deploying, preparing deployment automation, or reviewing deployment readiness.\n\n## Use When\n\n- deploying to staging or production\n- changing deployment configuration\n- adding release automation\n- validating rollout or rollback plans\n- diagnosing deployment failures\n\n## Deployment Checklist\n\n- target environment is explicit\n- current branch/version is known\n- required tests and checks passed\n- config and secrets are present outside the repo\n- migration or data changes are accounted for\n- rollback path is known\n- post-deploy verification is defined\n\n#",
  "cost": {
    "context_tokens": 315
  }
}

Fetch it by URL: GET /api/v1/registry/linktrend-ide-development-deployment-procedures/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.