jaan-release

Automates jaan-to release preparation with validation, documentation sync, version bumps, and PR creation.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill jaan-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jaan-release
Source: https://github.com/parhumm/jaan-to/tree/main/.claude/skills/jaan-release
Command: npx skills add https://github.com/parhumm/jaan-to --skill jaan-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the end-to-end release preparation for jaan-to, reducing manual coordination across validation, documentation sync, versioning, and PR creation.

Core Features & Use Cases

  • Integrated local validation: runs compliance, plugin standards, security checks, and readiness checks to surface issues before changes.
  • Documentation synchronization: updates roadmap, changelog, docs indexes, and website version badges to reflect the release.
  • Atomic version bump: increments version across multiple files in a single commit and creates a local tag.
  • PR automation: opens a dev-to-main pull request for human review and merge with pre-merge checklists.
  • Safe rollback & HARD STOPs: provides guided rollback steps and clear gating for each phase.

Quick Start

Run the jaan-release local skill from the repository root to start the release workflow.

Frequently Asked Questions about jaan-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate release preparation for a local repository?

Automating release preparation involves coordinating validation, documentation synchronization, and version bumps end-to-end. This Skill orchestrates those phases locally, applying compliance and security checks before creating a pull request for human review.

What does an automated documentation sync process include during a version release?

Documentation sync updates your roadmap, changelog, docs indexes, and website version badges to accurately reflect the new release. This ensures all associated documentation remains consistent with the current version before the pull request is created.

How does automated version bumping work across multiple files?

Automated version bumping increments the version number across multiple files atomically in a single commit and creates a local tag. This prevents partial updates and ensures repository consistency throughout the release preparation workflow.

Can I automate pull request creation while keeping human review in the loop?

Yes, you can automate pull request creation while maintaining human oversight. The workflow opens a dev-to-main pull request with pre-merge checklists, acting as a HARD STOP gate for human review and final merging.

When should I use an automated release workflow with HARD STOP gates?

You should use automated release workflows with HARD STOP gates when you need safe rollback guidance and clear gating between phases. It is ideal for local maintenance workflows requiring strict validation before any PR creation.