heal-template

Diagnose, patch, validate, and submit a PR for bun-typescript-starter template bugs.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/nathanvale/side-quest-plugins --skill heal-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heal-template
Source: https://github.com/nathanvale/side-quest-plugins/tree/main/plugins/bun-typescript-starter/skills/heal-template
Command: npx skills add https://github.com/nathanvale/side-quest-plugins --skill heal-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repair workflow for template-level bugs in the bun-typescript-starter upstream, managing clone, branch, patch, validate, and PR creation to fix issues that impact all repos created from the template.

Core Features & Use Cases

  • End-to-end template maintenance: diagnose, patch, validate, and sync upstream template issues across multiple repos.
  • Upstream PR workflow: create pull requests that fix template bugs and propagate changes to downstream clones.
  • Downstream synchronization: guidance to align downstream repos after template fixes and ensure consistency.

Quick Start

Describe the upstream template issue and trigger the heal-template workflow to initiate a repair.

Frequently Asked Questions about heal-template

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

FAQPage Schema
How do I automate a git workflow to fix template-level bugs in upstream repos?

You can automate the end-to-end repair workflow by diagnosing, patching, validating, and submitting a pull request to fix template-level bugs in the upstream bun-typescript-starter repository.

What is the best way to synchronize downstream repositories after an upstream template fix?

After an upstream template fix, you should align downstream repositories by applying the validated patches to ensure consistency across all repos created from the template.

Can I automate pull request creation for bug fixes that affect all repos created from a template?

Yes, you can automate pull request creation for bug fixes that affect all repos by applying the patch to the template upstream, running validations, and submitting the PR to propagate changes downstream.

Do I need to set up a specific environment to run validations for upstream template maintenance?

Yes, end-to-end template maintenance requires environment setup to run validations, create branches, and ensure the bug fix passes checks before submitting a PR to the upstream repository.

How does the end-to-end template repair process handle branch creation and validation?

The end-to-end repair process handles branch creation, applies the bug fix patch, runs required validations, and submits the PR, ensuring the upstream template issue is fully resolved and synced.