Borrowing it
Nothing to install: this file belongs to jpawlowski/hacs.integration_blueprint. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jpawlowski/hacs.integration_blueprint/main/.agents/skills/ha-release/SKILL.mdgit clone --depth 1 https://github.com/jpawlowski/hacs.integration_blueprintWrote 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.
[](https://agentmods.dev/skills/jpawlowski/hacs.integration_blueprint/ha-release)<a href="https://agentmods.dev/skills/jpawlowski/hacs.integration_blueprint/ha-release"><img src="https://agentmods.dev/badge/skills/jpawlowski/hacs.integration_blueprint/ha-release/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jpawlowski/hacs.integration_blueprint/ha-release"><img src="https://agentmods.dev/badge/skills/jpawlowski/hacs.integration_blueprint/ha-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00217 | $0.01559 |
| Opus 5 | $0.00109 | $0.00779 |
| Sonnet 5 | $0.00043 | $0.00312 |
| Haiku 4.5 | $0.00022 | $0.00156 |
Grade A, and why
ha-release 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 12d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Releases and commit messages
Releases are driven entirely by commit messages. A sloppy commit subject is not a cosmetic issue here — it decides the version number and what users read in the changelog.
Commit rules for agents (non-negotiable)
- Never commit automatically. Only commit when the developer explicitly asks, in that message.
- A previous commit request is not standing permission. Each commit needs a fresh instruction.
- Never push, and never offer to. The developer handles
git push. - Always run
git diff(andgit status) before writing a message. Describe what is actually staged, not what you remember doing.
Commit message format
The format, the allowed types and scopes, the rules commitlint enforces, and the scope-versus-type trap are all in
blueprint.commit-message.instructions.md,
which Copilot loads for every file. Read it before writing a message.
What that file does not tell you is what your choice costs at release time: a user-facing change committed under a
hidden type (refactor, chore, docs, test, ci) never reaches the changelog and never triggers a release —
only feat, fix, perf, and breaking changes do. If a change matters to a user, pick one of those honestly instead
of reaching for chore.
When you tell someone which type to use, say this consequence out loud — "X, because Y is hidden from the changelog and never ships a release" — don't just name the type and cite the instructions file's definition of it.
What each type does to the release
| Type | Changelog section | Version effect (pre-1.0) |
|---|---|---|
feat |
Features | patch bump (0.1.0 → 0.1.1) |
fix |
Bug Fixes | patch bump |
perf |
Performance | patch bump |
feat! / BREAKING CHANGE: |
Features + notice | minor bump (0.1.0 → 0.2.0) |
refactor, chore, docs, test, ci |
hidden | no release |
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.
- 12d ago First seen · 137 lines · 217 tokens per session scan A 699b13ce91fb
ha-release is a skill published in the GitHub repository jpawlowski/hacs.integration_blueprint (49 stars, last pushed 5d ago), licensed MIT. It adds 217 tokens to every session and 1,559 once invoked, about $0.0011 per session on Opus 5. 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-08-30.
Other skills, from other repositories
issue-to-pr-resolver
Implement a GitHub issue end-to-end — create a worktree branch, implement the feature with tests, create a draft PR, then iteratively resolve all CI failures and review comments until the PR is clean. Use when you need to fully implement a GitHub issue from start to merge-ready. Triggers on "implement issue", "resolve…
my-pr-checker
Manage your own GitHub pull requests — check CI status, inline review comments, PR-level comments, resolve review threads, fix issues, and iterate until all checks pass and threads are resolved. Use for managing your own PRs (not external contributions). Triggers on "check my PR", "check PR", "/my-pr-checker ".
contributors-update
Find merged PR authors missing from README and update the contributors list after approval.
wt
Create a git worktree in worktree/ subdirectory with up-to-date master.
homeassistant
Source-layer Home Assistant guide material preserved behind the runtime guide.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.