release

Orchestrate the complete release process.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "release" with this command: npx skills add toilahuongg/shopify-agents-kit/toilahuongg-shopify-agents-kit-release

Release

Orchestrate the complete release process.

Preparation:

  • Identify the version number to release (from argument or package.json ).

Step 1: Verify (QA):

  • Load the qa-specialist agent.

  • Run available tests: npm run test (or equivalent).

  • STOP if tests fail.

Step 2: Document (Writer):

  • Load the technical-writer agent.

  • Check CHANGELOG.md .

  • Add an entry for the new version if missing, summarizing recent commits.

Step 3: Tag (Git):

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

  • Create tag: git tag v<VERSION>

Completion:

  • Notify the user that the release v is ready to be pushed.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

shopify-polaris-icons

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

shopify-polaris-viz

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

shopify-api

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

shopify-extensions

No summary provided by upstream source.

Repository SourceNeeds Review