sync-issue-templates

Syncs issue templates from an organization's GitHub repository to the current one.

8|8|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/freeCodeCamp-Universe/marketplace --skill sync-issue-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-issue-templates
Source: https://github.com/freeCodeCamp-Universe/marketplace/tree/main/skills/sync-issue-templates
Command: npx skills add https://github.com/freeCodeCamp-Universe/marketplace --skill sync-issue-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralized management of issue templates across repositories is tedious and error-prone; this skill automates syncing templates from an organization's .github repo into the current repo to keep consistency and reduce manual updates.

Core Features & Use Cases

  • Sync templates from org .github/ISSUE_TEMPLATE into local repo preserving filenames.
  • Preserve or merge templates and config with prompts to confirm replacements.
  • Use case: If you manage an org with standardized issue templates, quickly mirror them into each repo to maintain consistency.

Quick Start

Run the sync-issue-templates operation to copy org templates into the current repo's .github/ISSUE_TEMPLATE directory.

Frequently Asked Questions about sync-issue-templates

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

FAQPage Schema
How do I sync issue templates from an organization's .github repository into multiple repos?

To sync issue templates from an organization's .github repository into the current repository, run the sync operation to copy org templates into the local repo's .github/ISSUE_TEMPLATE directory, preserving filenames and configuring blank issue behavior.

Can I preserve local issue templates when syncing from an organization .github repo?

Yes, you can preserve or merge local issue templates when syncing from an organization .github repo. The process prompts before replacements or merges, allowing you to override local templates or keep existing configurations intact.

What is centralized issue template management and when do I need it for GitHub organization repos?

Centralized issue template management mirrors standardized templates from an organization's .github repo into individual repositories. You need it when managing multiple repositories to maintain consistency and reduce manual updates across your GitHub organization.

Do I need gh authentication to sync GitHub issue templates into my current repository?

Yes, you need gh authentication to sync GitHub issue templates into your current repository. The current directory must be a GitHub-hosted repository, and gh authentication is required to access the organization's .github repository and write templates locally.

Where are synced organization issue templates written in the local repository?

Synced organization issue templates are written to the .github/ISSUE_TEMPLATE directory in the current repository. The process preserves the original filenames from the organization's .github repository when copying the templates locally.

What happens if I already have issue templates in my .github/ISSUE_TEMPLATE directory?

If you already have issue templates in your .github/ISSUE_TEMPLATE directory, the sync process will prompt you before replacements or merges. You can choose to preserve existing local templates or override them with the organization's centralized templates.