another-quick-switcher-release

Automate Obsidian Another Quick Switcher plugin releases with GitHub Actions and Bluesky drafts.

403|23|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/tadashi-aikawa/obsidian-another-quick-switcher --skill another-quick-switcher-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: another-quick-switcher-release
Source: https://github.com/tadashi-aikawa/obsidian-another-quick-switcher/tree/main/.agents/skills/another-quick-switcher-release
Command: npx skills add https://github.com/tadashi-aikawa/obsidian-another-quick-switcher --skill another-quick-switcher-release

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, gh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines and standardizes the release process for the Obsidian Another Quick Switcher plugin, ensuring consistency and reducing manual errors.

Core Features & Use Cases

  • Automated Release Workflow: Manages pre-release checks, GitHub Actions dispatch, and post-release synchronization.
  • Issue Notification Generation: Creates draft replies for release-related issues based on release notes.
  • Use Case: When a new version of the Another Quick Switcher plugin is ready, use this Skill to automatically trigger the release workflow, verify its success, and generate draft communications for relevant GitHub issues.

Quick Start

Use the another-quick-switcher-release skill to run the release workflow safely.

Frequently Asked Questions about another-quick-switcher-release

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

FAQPage Schema
How do I automate GitHub Actions release workflows for Obsidian plugins?

Automating GitHub Actions release workflows for Obsidian plugins requires dispatching the release workflow, checking CI status, and synchronizing post-release. This Skill manages pre-push validation and automates the entire dispatch process safely.

Can I generate draft Bluesky posts and GitHub issue replies from release notes?

Generating draft Bluesky posts and GitHub issue replies from release notes is supported. It detects relevant issues and creates draft communications based on the release notes to streamline post-release notifications.

Do I need bun and gh CLI to run release operations for Obsidian plugin development?

Bun and gh CLI are required to run release operations for Obsidian plugin development. Git is also necessary to execute pre-push validation, dispatch GitHub Actions workflows, and perform post-release synchronization.

What is the best way to standardize Obsidian plugin release operations and reduce manual errors?

Standardizing Obsidian plugin release operations to reduce manual errors involves automating pre-release checks, GitHub Actions dispatch, and post-release synchronization. This Skill enforces consistency throughout the release pipeline.

How to run pre-push validation and CI status checks before dispatching a release workflow?

Running pre-push validation and CI status checks before dispatching a release workflow is handled automatically. It verifies local validation and monitors CI status before triggering the GitHub Actions release dispatch.