prove-work-on-github

prove-work-on-github is a skill for Claude Code from simiancraft/simiancraft-skills. It costs 175 tokens per session (1,586 once invoked), scanned A, original, MIT.

A guide for proving that work in a GitHub pull request or issue was actually completed and works as claimed. GitHub is a service where teams store code, review changes, and run automated checks.

In plain words
What is it for?
It helps choose and record evidence such as screenshots, recordings, logs, database results, network responses, and test results for reviewers.
Why use it?
A written claim or green check alone may not show that the change reached the remote repository or behaves correctly.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the simiancraft-skills plugin — 16 skills, 4 agents shipped together

Good fit It helps choose and record evidence such as screenshots, recordings, logs, database results, network responses, and test results for reviewers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/simiancraft/simiancraft-skills/prove-work-on-github
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.

Any agent
npx skills add simiancraft/simiancraft-skills --skill prove-work-on-github
Clone the repo
git clone --depth 1 https://github.com/simiancraft/simiancraft-skills

Made for: Claude Code.

Or install simiancraft-skills, the plugin that ships this one along with the rest of its 16 skills, 4 agents.

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 prove-work-on-github

README.md
[![agentmods](https://agentmods.dev/badge/skills/simiancraft/simiancraft-skills/prove-work-on-github/github.svg)](https://agentmods.dev/skills/simiancraft/simiancraft-skills/prove-work-on-github)
Your own site
<a href="https://agentmods.dev/skills/simiancraft/simiancraft-skills/prove-work-on-github"><img src="https://agentmods.dev/badge/skills/simiancraft/simiancraft-skills/prove-work-on-github/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 prove-work-on-github

Your own site · 80×15
<a href="https://agentmods.dev/skills/simiancraft/simiancraft-skills/prove-work-on-github"><img src="https://agentmods.dev/badge/skills/simiancraft/simiancraft-skills/prove-work-on-github.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 175 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,586 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.00175 $0.01586
Opus 5 $0.00088 $0.00793
Sonnet 5 $0.00035 $0.00317
Haiku 4.5 $0.00017 $0.00159

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

Security

Grade A, and why

prove-work-on-github 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 9d 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.

skills/prove-work-on-github/SKILL.md · 121 lines

How it starts

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

Prove Work on GitHub

A claim is narrative; a receipt is proof. The remote is the witness, not your intent to push.

A statement about a change ("the fix works", "CI is green", "the screen looks right", "it is ready to merge") is narrative until it is paired with a receipt: verifiable evidence that you observed and that a reader can independently re-check. "I ran the command" is not "the remote advanced." A green checkmark is not "the feature is correct." This skill is the discipline that turns claims into receipts, sizes how much proof a change owes, stores the receipts durably on the pull request, and judges whether they are enough to merge.

Proof is asymptotic

Proof is never perfect; it only approaches the asymptote of perfection. The categories below are open sets, not closed enums: when you find a new signal that makes a change more provable, add it (extend your copy, or propose it upstream). The rubric ships incomplete by design and improves by contribution. A skill that claims a finished, total account of proof is lying.

When proof is owed

Proof is owed when a claim about a change would change what a reviewer or a merge gate does, and the claim is not self-evident from the diff. Match the rigor to the change (see references/physical.md); a typo and a schema migration do not earn the same receipt. Skip when the diff is its own proof, or when the work never reaches GitHub.

The model: three aspects and a judgement

Three measured aspects of a change, and a judgement that interprets them. Judgement is last.

Aspect Question
Physical what is the change, and how much does it therefore owe (surface area, complexity, and reversibility)?
Correctness is the change sound (alignment, verifiability, durability, and security)?
Evidence what receipts does that change require, by type, and at what fidelity?
Judgement is the evidence adequate, and how confident are you to merge?

Physical sizes the bar; Correctness names what must be proven; Evidence supplies the receipts; Judgement reads the three and returns an action: merge, gather more, or block.

Read the full file on GitHub · 121 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. 9d ago First seen · 121 lines · 175 tokens per session scan A b89dc4af3075

Subscribe to this mod's changes

prove-work-on-github is a skill published in the GitHub repository simiancraft/simiancraft-skills (7 stars, last pushed 6d ago), licensed MIT. It adds 175 tokens to every session and 1,586 once invoked, about $0.0009 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

glab

Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.

NikiforovAll/claude-code-rules · 59 tokens

version-bump

This skill automates version bumping during the release process for the Claude Code Handbook monorepo. It should be used when the user requests to bump versions, prepare a release, or increment version numbers across the repository.

NikiforovAll/claude-code-rules · 48 tokens

commit-push-pr

Full git workflow - creates branch, commits, pushes, and creates or updates a PR with summary and test plan.

sneg55/agent-starter · 28 tokens

commit

Create a single well-crafted git commit from current changes. Analyzes diff, follows repo's commit style, and writes a concise "why not what" message.

sneg55/agent-starter · 35 tokens

pr-conventions

Author PR descriptions from the right per-change-type template (the repo's own PULLREQUESTTEMPLATE wins), embed issue-tracker links, keep the description current as fixes land, and reply to human and bot review threads. INVOKE when opening or updating a PR or responding to reviewer comments — inside /sonu:ship or…

PrabhdeepSingh/claude-plugins · 80 tokens

review-pr

Review a Pull Request in one of two postures: an expository "tour guide" that walks through changes in logical order, or an adversarial audit that assumes the change is wrong until proven safe and hunts for the failure mode. Triggers: "review PR #123", "adversarial review", "walk me through this PR", "PR tour guide"…

jontsai/claude-plugins · 139 tokens