laravel-auditor: Skill for Claude Code

.agents/skills/package-release/SKILL.md

package-release is a skill for Claude Code, Codex from MrPunyapal/laravel-auditor. It costs 44 tokens per session (357 once invoked), scanned A, a copy of package-release, MIT.

A checklist and guide for preparing releases of Laravel packages. Laravel is a PHP framework, and a package is reusable code distributed for use in Laravel projects.

In plain words
What is it for?
Use it to review release readiness, update changelog or release workflows, validate versions, and draft release commands for approval.
Why use it?
It helps check release notes, tests, version information, tags, and automation before a release is published.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is MrPunyapal/laravel-auditor's own configuration. It tells Claude Code and Codex how to work on laravel-auditor 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 laravel-auditor configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MrPunyapal/laravel-auditor. 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/MrPunyapal/laravel-auditor/main/.agents/skills/package-release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MrPunyapal/laravel-auditor

Made for: Claude Code, Codex.

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 package-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/package-release/github.svg)](https://agentmods.dev/skills/mrpunyapal/laravel-auditor/package-release)
Your own site
<a href="https://agentmods.dev/skills/mrpunyapal/laravel-auditor/package-release"><img src="https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/package-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.

agentmods 80×15 button for package-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrpunyapal/laravel-auditor/package-release"><img src="https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/package-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 357 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 100% copy Near-identical to another mod 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.00044 $0.00357
Opus 5 $0.00022 $0.00179
Sonnet 5 $0.00009 $0.00071
Haiku 4.5 $0.00004 $0.00036

Measured 11d ago against content hash 60f93c34f96f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

package-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 11d 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.

Origin

This is a copy

100% identical to package-release — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/package-release/SKILL.md · 42 lines

What it actually says

Package Release

Primary Goal

Prepare a safe package release checklist and implementation without tagging, pushing, or publishing unless the user explicitly approves that action.

Workflow

  1. Review CHANGELOG.md, generated release notes config, GitHub release workflows, open diff, and pending package changes.
  2. Validate the release state with composer test before recommending a release.
  3. Confirm whether version metadata needs to change; many Laravel packages rely on Git tags rather than a hardcoded package version.
  4. Review tag naming, release branch, and GitHub release workflow behavior before any release command.
  5. Do not tag, push, or publish without explicit user approval.

References

  • CHANGELOG.md
  • .github/release.yml
  • .github/workflows/update-changelog.yml
  • .github/workflows/tests.yml
  • composer.json

Examples

  • Prepare a release by checking changelog coverage, confirming generated release notes categories, running composer test, and drafting the tag command for user approval.
  • Update release notes grouping in .github/release.yml when a new label convention is added.

Anti-Patterns

  • Creating tags, pushing branches, or publishing releases without explicit approval.
  • Skipping composer test before a release recommendation.
  • Treating generated release notes as a replacement for meaningful CHANGELOG.md entries.
  • Changing release workflows without checking the supported matrix in .github/workflows/tests.yml.
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. 11d ago First seen · 42 lines · 44 tokens per session scan A 60f93c34f96f

Subscribe to this mod's changes

package-release is a skill published in the GitHub repository MrPunyapal/laravel-auditor (47 stars, last pushed 5d ago), licensed MIT. It adds 44 tokens to every session and 357 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to package-release, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

goshipit

Pre-launch codebase audit skill. Use this whenever someone is about to ship, deploy, launch, push to main/prod, or merge a release - even without "goshipit" explicitly. Trigger on: "is my app ready?", "can I deploy now?", "pre-deploy check", "review before launch", "is this production-ready?", "check my codebase"…

Capta1nRaj/goshipit · 222 tokens

release

Evaluate readiness and publish to crates.io.

yologdev/yoyo-evolve · 9 tokens

changelog

Update per-package CHANGELOG.md files for a Ratel release. Drafts entries with git-cliff (scoped per package), lets you curate, then writes the CHANGELOGs. Handles both RC entries and GA-graduation collapse (merging X.Y.Z-rc. sections into a single X.Y.Z section). Invoke before tagging a release.

ratel-ai/ratel · 74 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens

release-kotlin-library

Use when preparing, publishing, or checking readiness for a new Kotlin library version in a repository using gradle-maven-publish-plugin, including release changelog reconciliation, API snapshots, and publication verification.

chrisbanes/skills · 45 tokens

release-process

Pre-release validation, npm publish procedures, and post-publish verification.

github/gh-aw · 16 tokens