skills/jira-shipping-and-launch/SKILL.md
Prepares production launches and updates Jira ticket/task comments. Use when preparing to deploy to production and when launch readiness/progress must be communicated in Jira.
npx skillsauth add SystangoTechnologies/agent-skills jira-shipping-and-launchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ship with confidence. The goal is not just to deploy - it's to deploy safely, with monitoring in place, a rollback plan ready, and a clear understanding of what success looks like. Every launch should be reversible, observable, and incremental.
This is the same shipping discipline as shipping-and-launch with one mandatory addition: update the relevant Jira ticket/task comment with launch readiness or rollout status.
console.log debugging statements in production codenpm audit shows no critical or high vulnerabilitiesUse this structure when posting the Jira comment:
Launch update:
- Scope: [what is shipping]
- Checklist status: [passed checks + any pending items]
- Risks: [known risk and mitigation]
tools
Creates specs before coding with mandatory Jira MCP validation and story-key grounding. Use when starting a Jira-tracked feature or significant change and requirements are unclear, ambiguous, or incomplete.
tools
Breaks Jira story work into ordered tasks. Use when you have a story spec and need to break work into implementable tasks with story-scoped files under `jira-spec/{story-id}/`. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
development
Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
development
Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.