KeepAChangelog Copilot Rules — Free CoPilot Rules Template
    Neura MarketNeura Market/CoPilot
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityCoPilotCoPilot
    DeepSeekDeepSeekStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityPluginsTrending
    CoPilotRulesKeepAChangelog Copilot Rules
    Back to Rules

    KeepAChangelog Copilot Rules

    stiwicourage July 19, 2026
    0 copies 0 downloads
    Rule Content
    # KeepAChangelog Copilot instructions
    
    ## Purpose
    
    Index of repository-wide Copilot guidance for KeepAChangelog. This file is intentionally thin. Canonical rule text lives in `.github/instructions/` (path-scoped, auto-loaded by Copilot) and how-to guidance lives in `.github/skills/`.
    
    ## Start here
    
    For non-trivial changes, read in this order:
    
    1. `README.md`
    2. `CONTRIBUTING.md`
    3. `.github/pull_request_template.md`
    4. `.github/instructions/repository-conventions.instructions.md` — cross-cutting rules
    5. The topic-scoped instruction file(s) that match the paths you are touching
    6. The skill listed under that topic in the task map below
    
    For new or not-yet-scoped work, use the `architect` agent with `.github/prompts/design-change.prompt.md`. The architect flow is discussion-first: clarify the request, explore options, and only finalize a scoped solution or issue draft after the discussion is done.
    
    ## Repository map
    
    - `src/public/` — public PowerShell commands; one top-level function per file, file name matches function name
    - `src/private/` — domain-grouped helpers (`build/`, `cli/`, `package/`, `quality/`, `release/`, `scaffold/`, `shared/`, `update/`); one externally called helper per file
    - `tests/` — Pester tests and shared test-support scripts
    - `scripts/build/` — local analyzer and build helpers
    - `scripts/build/ci/` — CI coverage, quality tooling, and artifact helpers
    - workflow files, when present — GitHub Actions CI, analyzer, dependency review, publish automation
    - reusable workflow actions, when present — reusable workflow actions used by release and coverage flows
    - `docs/KeepAChangelog/en-US/` — PlatyPS command help source
    - project docs — end-user GitHub Pages content
    - `.github/instructions/` — canonical rules, path-scoped via `applyTo:`
    - `.github/skills/` — how-to playbooks invoked through the `skill` tool
    - `.github/agents/` — role definitions for specialized agents
    - `.github/prompts/` — reusable task prompts (not auto-loaded; invoke explicitly with `@.github/prompts/<name>.prompt.md`)
    
    ## Task map
    
    The table below shows how to route work. Prompts are the task entry points; each prompt delegates to its agent, which uses the listed skills, which in turn enforce the listed instructions.
    
    | Task                          | Prompt                                     | Agent                  | Primary skills                                                                       | Primary instructions                                                              |
    | ----------------------------- | ------------------------------------------ | ---------------------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------- |
    | Design or scope a change      | `design-change.prompt.md`                  | `architect`            | `powershell-module-development`, `workflow guidance`, `release-and-changelog`, `markdown-authoring` | `repository-conventions`, `code-quality-matrix`                                   |
    | Implement an issue            | `implement-issue.prompt.md`                | `powershell-developer` | `powershell-module-development`, `pester-testing`, `building-maintainable-code` | `repository-conventions`, `code-quality-matrix`, `psscriptanalyzer`, `powershell-coding-standards`, `platyps-help` |
    | Review a change               | `review-change.prompt.md`                  | `reviewer`             | `building-maintainable-code`, `documentation`, `markdown-authoring`, `pester-testing`, `release-and-changelog`, `workflow guidance` | All `.github/instructions/*.instructions.md`                                       |
    | Improve test coverage         | `improve-test-coverage.prompt.md`          | `test-engineer`        | `pester-testing`, `building-maintainable-code` | `testing-policy`, `psscriptanalyzer`                                              |
    | Prepare a release             | `prepare-release.prompt.md`                | `release-manager`      | `release-and-changelog`, `markdown-authoring`                                        | `release-policy`, `repository-conventions`                                         |
    | Fix a CI failure              | `fix-ci-failure.prompt.md`                 | `powershell-developer` (or `test-engineer`) | `workflow guidance`, `pester-testing`                                                   | `testing-policy`, `psscriptanalyzer`, `repository-conventions`                     |
    | Update project docs           | (no dedicated prompt — invoke agent)        | `documentation`            | `documentation`, `markdown-authoring`                                                    | `documentation`                                                         |
    
    ## Notation
    
    - Skills referenced as `/skill-name` in agent files map 1-to-1 to the `name:` field in `.github/skills/<skill-name>/SKILL.md`. The runtime invokes them through the `skill` tool with the bare name.
    - Prompts are referenced by path. Custom prompts are not auto-loaded by the Copilot CLI; invoke them explicitly with `@.github/prompts/<name>.prompt.md`.
    - Instructions auto-load when their `applyTo:` glob matches a file in the change set.
    
    ## Related guidance
    
    - Cross-cutting rules: `.github/instructions/repository-conventions.instructions.md`
    - Source code maintainability: `.github/instructions/code-quality-matrix.instructions.md` + `building-maintainable-code` skill
    - Testing: `.github/instructions/testing-policy.instructions.md` + `pester-testing` skill
    - PSScriptAnalyzer workflow: `.github/instructions/psscriptanalyzer.instructions.md`
    - PowerShell coding standards: `.github/instructions/powershell-coding-standards.instructions.md`
    - PlatyPS help generation: `.github/instructions/platyps-help.instructions.md`
    - Release flow: `.github/instructions/release-policy.instructions.md` + `release-and-changelog` skill
    - Documentation separation: `.github/instructions/documentation.instructions.md` + `documentation` skill
    

    Comments

    More Rules

    View all

    QPrisma Copilot Rules

    A
    alexandergg

    Site Casanova Limaemedeiros Copilot Rules

    V
    victormedeeeiros-design

    Mosl Custom Chart Copilot Rules

    R
    riviangeralt

    InOut App Copilot Rules

    J
    jeanvq

    Fastfood Express Copilot Rules

    J
    jersonjjcr

    Pds Pre View Copilot Rules

    E
    eiriksgata

    Stay up to date

    Get the latest CoPilot prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for CoPilot and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this CoPilot resource

    • Automated Execution Cleanup System with n8n API and Custom Retention Rulesn8n · $9.99 · Related topic
    • Receive and Analyze Emails with Rules in Sublime Securityn8n · $9.99 · Related topic
    • Create an IPL Cricket Rules Q&A Chatbot with Google Gemini APIn8n · $14.99 · Related topic
    • Automate Bing Copilot Searches and Summarize Results with AIn8n · $14.99 · Related topic
    Browse all workflows