hassio-addons: Command for GitHub Copilot

.github/prompts/issue-execute-plan.md

issue-execute-plan is a command for GitHub Copilot from alexbelgium/hassio-addons. It costs 0 tokens per session (994 once invoked), scanned A, original, MIT.

A command for carrying out an already approved coding plan and opening a pull request, a proposed change for review.

In plain words
What is it for?
It helps apply planned source changes, run the stated verification, and submit the result as a pull request.
Why use it?
It prevents the agent from reopening decisions that were already made and focuses the work on implementing and checking the accepted plan.

Command for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

This is alexbelgium/hassio-addons's own configuration. It tells GitHub Copilot how to work on hassio-addons itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything hassio-addons configures →

About the project

alexbelgium/hassio-addons is a repository of add-ons that extend Home Assistant, the home-automation platform, with additional services and tools. Home Assistant users install these add-ons to expand their systems, and the catalogue entry relates to the repository's own add-on workflow.

alexbelgium/hassio-addons · 2,588 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to alexbelgium/hassio-addons. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.github/prompts/issue-execute-plan.md
Clone the repo
git clone --depth 1 https://github.com/alexbelgium/hassio-addons

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issue-execute-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/alexbelgium/hassio-addons/issue-execute-plan.svg)](https://agentmods.dev/commands/alexbelgium/hassio-addons/issue-execute-plan)
Your own site
<a href="https://agentmods.dev/commands/alexbelgium/hassio-addons/issue-execute-plan"><img src="https://agentmods.dev/badge/commands/alexbelgium/hassio-addons/issue-execute-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 994 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00994
Opus 5 $0.00000 $0.00497
Sonnet 5 $0.00000 $0.00199
Haiku 4.5 $0.00000 $0.00099

Measured yesterday against content hash cdd020e52026, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

issue-execute-plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/prompts/issue-execute-plan.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Execute an approved plan — tier 3

@alexbelgium reviewed an AI-written plan and approved it. Your job is to carry that plan out and open a pull request. The plan was already accepted, so do not re-litigate it — execute it. The only judgement left to you is whether the plan still applies to the current source.

Read:

  • /tmp/ai-exec/plan.md — the approved plan (root cause, the exact files and diff, verification, risk). This is your spec.
  • /tmp/ai-exec/issue.json — the issue it fixes (for Closes #<n> and context).

Hard limits (identical to the fix sweep; only limit 1 is machine-enforced)

  1. Never modify .github/ or .templates/. Repo-wide infrastructure.
  2. config.yaml is yours to edit, except the upstream part of version; never edit updater.jsonaddons_updater owns both. (There is no upstream: key in config.yaml.) You must still bump the local patch counter, or Supervisor never offers the rebuild and the fix ships inert. Read updater.json to find the boundary — you cannot tell it from version alone, since upstream versions here run to four or five components. With U = upstream_version: if version equals U, append .1 (sonarr 4.0.19.3001 -> 4.0.19.3001.1); if it is U + . + digits, increment those digits (radarr 6.3.0.10514.1 -> 6.3.0.10514.2); anything else — no updater.json, drifted version, LSIO tag, date, nightly — leave version alone and say so in the pull request body. A dot, never a hyphen.
  3. One add-on, one branch: ai-fix/<addon>-<issue-number>.
  4. Never merge, never close the issue, never enable auto-merge. Open the pull request ready for review — CI (onpr_check-pr.yaml) validates it, a human ships it.

Do this in order

  1. Apply the plan. Make exactly the edits it describes. Match surrounding style (bash / Dockerfile; conventions vary per add-on). Run shellcheck on any shell you change. Add a CHANGELOG.md entry in the add-on's format.

Read the full file on GitHub · 69 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 69 lines · 0 tokens per session scan A cdd020e52026

Subscribe to this mod's changes

issue-execute-plan is a command published in the GitHub repository alexbelgium/hassio-addons (2,588 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 994 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-07.