fixthis-release-maintenance

fixthis-release-maintenance is a skill for Claude Code, Codex from beyondwin/FixThis. It costs 30 tokens per session (284 once invoked), scanned A, original, MIT.

A maintenance workflow for releasing FixThis, a local debug-only feedback tool for Jetpack Compose Android apps. It checks source files, Android proof, Git state, package registries, tags, and downstream state separately.

In plain words
What is it for?
Use it to audit release or compatibility work, verify publication evidence, and report passed, failed, deferred, and skipped checks before a release.
Why use it?
It helps distinguish local preparation from a release that was actually tagged, published, and made available to users.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/beyondwin/fixthis/fixthis-release-maintenance
Any agent
npx skills add beyondwin/FixThis --skill fixthis-release-maintenance
Clone the repo
git clone --depth 1 https://github.com/beyondwin/FixThis

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 fixthis-release-maintenance

README.md
[![agentmods](https://agentmods.dev/badge/skills/beyondwin/fixthis/fixthis-release-maintenance.svg)](https://agentmods.dev/skills/beyondwin/fixthis/fixthis-release-maintenance)
Your own site
<a href="https://agentmods.dev/skills/beyondwin/fixthis/fixthis-release-maintenance"><img src="https://agentmods.dev/badge/skills/beyondwin/fixthis/fixthis-release-maintenance.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 284 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.00284
Opus 5 $0.00015 $0.00142
Sonnet 5 $0.00006 $0.00057
Haiku 4.5 $0.00003 $0.00028

Measured 3d ago against content hash 03a0a935c969, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fixthis-release-maintenance 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 3d 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.

.agents/skills/fixthis-release-maintenance/SKILL.md · 21 lines

What it actually says

FixThis Release Maintenance

Use only for FixThis source checkout release work. Keep repository proof, connected Android proof, Git state, and public registry reality separate.

  1. Read docs/contributing/release-readiness.md, docs/contributing/release-process.md, and CONTRIBUTING.md.
  2. Run npm run agent:route -- --task release --json.
  3. Establish intended version and channels without changing them.
  4. Run npm run release:reality and record exact registry, tag, and downstream evidence.
  5. Run npm run evidence:release for repository evidence.
  6. Run npm run android:proof -- --strict --continue when the contract requires connected proof.
  7. Run npm run release:check before a release PR or tag.
  8. Report PASS, FAIL, DEFERRED, and SKIPPED separately with reason and residual risk.
  9. Verify local HEAD, upstream, remote branch, tag, registry, and downstream state independently.

Tag, publish, push, or edit a downstream repository only when the user explicitly requests that state change. Never treat a proxy marker, cached page, deferred device check, or local commit as publication proof.

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. 3d ago First seen · 21 lines · 30 tokens per session scan A 03a0a935c969

Subscribe to this mod's changes

fixthis-release-maintenance is a skill published in the GitHub repository beyondwin/FixThis (5 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 284 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

publish-release

Use this skill when users request to publish an release update.

rikkahub/rikkahub · 15 tokens

release

Unified release for both Android and iOS from a single version tag. Runs quality gates, bumps both platform versions in one commit, tags, builds both platforms, uploads Android to Play Store, and opens iOS archive for App Store upload. Use when the user asks to release, ship, cut a release, or make a new version.

baijum/ukulele-companion · 70 tokens

android-release

Build and upload an Android release based on an existing git tag. Runs lint and all tests first (unit and instrumented), bumps version to match the tag, builds release AAB and APK (without debug info), commits the version bump, and uploads the AAB to Google Play Store internal testing. Use when the user asks to make…

baijum/ukulele-companion · 85 tokens

ios-release

Build an iOS release based on an existing git tag. Bumps version to match the tag, builds the shared KMP framework and the iOS app archive. Use when the user asks to make an iOS release, build for App Store, or create an iOS archive.

baijum/ukulele-companion · 60 tokens

play-store-promote-public

Promote a release to Google Play open testing or production tracks. Supports full rollout and staged rollout to production. Use when the user asks to promote to open testing, beta, go to production, release to all users, staged rollout, or increase rollout percentage.

baijum/ukulele-companion · 58 tokens

ios-appstore-publish

Publish the iOS app to Apple's App Store. Covers the full workflow from code signing setup through archive, upload, metadata, and submission. Use when the user asks to publish to App Store, submit for review, upload to App Store Connect, or distribute the iOS app.

baijum/ukulele-companion · 62 tokens