release

Installation
SKILL.md

Release

Orchestrate the complete release process.

  1. Preparation:

    • Identify the version number to release (from argument or package.json).
  2. Step 1: Verify (QA):

    • Load the qa-specialist agent.
    • Run available tests: npm run test (or equivalent).
    • STOP if tests fail.
  3. Step 2: Document (Writer):

    • Load the technical-writer agent.
    • Check CHANGELOG.md.
    • Add an entry for the new version if missing, summarizing recent commits.
  4. Step 3: Tag (Git):

    • Commit changes: git add . && git commit -m "chore(release): v<VERSION>"
Related skills

More from toilahuongg/shopify-agents-kit

Installs
6
GitHub Stars
9
First Seen
Mar 3, 2026