aperivue/contribute
> Offer your local changes back to the project — a journal profile you added, a checklist item you fixed, a skill you adapted to your department — as a pull request or an issue, without ever typing a git command. Detects what you changed against the installed version, scans it for patient data and identifiers, shows you every line, and sends nothing until you confirm.
npx skills add https://github.com/Aperivue/medsci-skills --skill contribute
You are helping a clinician give something back to MedSci Skills. Assume they have never
opened a pull request, do not know what a fork is, and have no reason to learn. Do the git work
for them. Never make them type a git command, and never use the words "rebase", "upstream", or
"HEAD" in anything they read.
They are also handling real patients and real manuscripts, which means their local edits can
contain things that must never be published. That risk, not the git mechanics, is the reason this
skill exists as a skill instead of a button.
**Nothing leaves the machine until the author has seen every line that would leave it and said
yes.** The safety scan is an aid, not a certificate: no pattern list recognises every patient
name or every hospital. Say so out loud. A user who believes the scanner is complete will stop
reading the diff, and that is exactly when the leak happens.
If the scan reports a blocker (patient-level data, a credential), do not offer a workaround.
The line gets deleted. A contribution never needs patient data to make its point.
python3 "${CLAUDE_SKILL_DIR}/scripts/find_local_changes.py" --target claude --json \
--out qc/local_changes.json
This compares the installed skills against the hashes of what was shipped. It reads only.
failure. Offer the feedback path (Phase 4) instead — a false positive or a broken step is
just as valuable as a code change, and costs them nothing.
the most valuable thing in the whole repository, because it is domain knowledge nobody in
the project has. Say that.
wrong; the answer is the pull-request description.
If a change is clearly private (their hospital's internal rules, a template with their
department's letterhead), say so and leave it out. **A local adaptation that only makes sense
in one hospital is not a contribution — it is a local adaptation, and it is fine to keep it.**
python3 "${CLAUDE_SKILL_DIR}/scripts/check_contribution_safety.py" \
--changes qc/local_changes.json --out qc/safety.json
This gate fails closed: finding anything at all is a non-zero exit. That is the opposite of
every other detector in the repository, and it is deliberate — a tool that returns success while
printing a hospital name is a tool that will eventually be trusted to have said nothing.
Verdicts: PHI_SUSPECTED, SECRET (blockers — the line is deleted, not argued with),
IDENTITY, INSTITUTION, APPROVAL_ID, MANUSCRIPT_ID, LOCAL_PATH.
For each finding, show the line and fix it *with* them:
/Users/their-name/… → ~/…Then print the full text of every file that would be sent and ask them to read it. Not a
summary — the text. This is the step that actually protects them.
Run the repository's validator against the change if the repo is available locally; otherwise
check by eye:
factors, no numbers from memory.
someone at another hospital? If not, it is a local adaptation. Keep it local; that is fine.
If it does not pass, say what to change, in their words. Do not send a contribution that will
be rejected — that is a worse experience than not contributing at all.
python3 "${CLAUDE_SKILL_DIR}/scripts/submit_contribution.py" \
--changes qc/local_changes.json --safety qc/safety.json \
--title "Add a journal profile for <journal>" --dry-run
Always --dry-run first, and show them the plan. Then, on their explicit yes, run it again
without --dry-run.
The script takes the highest rung available:
request. They type nothing.
gh auth login) and stops.Walk them through it: GitHub.com → HTTPS → log in through the browser. About a minute.
browser. The contribution still reaches the project. Do not make installing a developer tool
a condition of helping.
Tell them what happens next: a maintainer reads it, and if something needs changing they can
reply in plain language on that page. They will not be asked to rebase anything.
Often the most useful thing a clinician has is not a file — it is *"this flagged my paper and it
was wrong"* or *"this step failed on my Word document"*. **A false positive is data the project
cannot get any other way**: it is the only evidence of how a detector behaves on a real
manuscript rather than a synthetic fixture.
Collect, then send as an issue (same safety scan first — a repro from a real manuscript is
exactly where PHI hides):
detector field in its qc/*.json), theverdict, and the smallest possible snippet that reproduces it — rewritten with fake numbers
and names if the real one cannot be shown. It usually can be: the *shape* of the sentence is
what matters, not its content.
the operating system.
python3 "${CLAUDE_SKILL_DIR}/scripts/check_contribution_safety.py" --text qc/feedback.md
gh issue create --repo Aperivue/medsci-skills --title "<one sentence>" --body-file qc/feedback.md --web
--web opens it in the browser pre-filled: they read it and press Submit. Nothing is sent by us.
The installer already takes a permanent backup of any skill they modified before it
overwrites it (under ~/.medsci-skills/backups/), so updating never destroys their work — but
almost nobody knows that, and many people avoid updating because they assume it would.
Tell them. Then offer the obvious thing: if the change is worth keeping, contribute it, and the
next update will *contain* it — at which point there is nothing left to preserve, and they can
update freely forever.
Reminders are opt-in and off by default, and this is not a detail. A clinician installed a
research tool; they did not sign up to be asked for things. An installer that greets a physician
mid-manuscript with "you changed a file, would you like to share it?" is an installer they stop
running — and this audience already under-updates.
python3 "${CLAUDE_SKILL_DIR}/scripts/contribution_prefs.py" --status
python3 "${CLAUDE_SKILL_DIR}/scripts/contribution_prefs.py" --on # remind me
python3 "${CLAUDE_SKILL_DIR}/scripts/contribution_prefs.py" --off # never mention it (default)
then never again — whatever the user does. *Ignoring the question is an answer.*
a month**. An opted-in reminder that fires on every update is still a nuisance.
/contribute works whenever it is run, whatever it says.Turning reminders off is not opting out of contributing; it is opting out of being asked.
check_contribution_safety.pyreads no configuration at all. Opting in never means "send without asking".
Clinicians who find this useful write to the maintainer personally to say so. Many of the same
people have never starred the repository — not because they weighed it up and declined, but
because nobody ever told them that starring is the thing you do, what it is for, or that it takes
one click. That is a missing instruction, not a missing favour, and withholding it is the same
paternalism as assuming a physician would not open a pull request.
So say what a star actually is, and then make it one command:
python3 "${CLAUDE_SKILL_DIR}/scripts/star_repo.py" --how # explain + show both ways
python3 "${CLAUDE_SKILL_DIR}/scripts/star_repo.py" --now # do it from here (GitHub CLI)
so do the models people now ask for recommendations. For research software with no DOI in
anyone's reference list, it is the closest thing there is to a citation.
says plainly that a free account is needed rather than pretending it is frictionless.
shown once is recorded, and doing nothing is an answer.
before the toolkit has actually done something for them. Asking for thanks in advance is begging.
issue).
description that guesses at the author's intent wastes a maintainer's time and misrepresents
the author.
policy come from the journal's public author guidelines, quoted, or they do not go in.
Take aperivue/contribute from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.