github-publish-changes

github-publish-changes is a skill for Claude Code from Devin-AXIS/iPolloWork. It costs 41 tokens per session (360 once invoked), scanned A, original, no licence file.

A workflow for publishing selected local code changes to GitHub through a branch, commit, push, and draft pull request.

In plain words
What is it for?
Preparing intentional changes, creating or using a branch, committing selected files, pushing them, and opening a draft pull request.
Why use it?
It helps confirm exactly what should be published and keeps the changes grouped for review.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

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/devin-axis/ipollowork/github-publish-changes
Any agent
npx skills add Devin-AXIS/iPolloWork --skill github-publish-changes
Clone the repo
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork

Made for: Claude Code.

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 github-publish-changes

README.md
[![agentmods](https://agentmods.dev/badge/skills/devin-axis/ipollowork/github-publish-changes.svg)](https://agentmods.dev/skills/devin-axis/ipollowork/github-publish-changes)
Your own site
<a href="https://agentmods.dev/skills/devin-axis/ipollowork/github-publish-changes"><img src="https://agentmods.dev/badge/skills/devin-axis/ipollowork/github-publish-changes.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 360 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00041 $0.00360
Opus 5 $0.00020 $0.00180
Sonnet 5 $0.00008 $0.00072
Haiku 4.5 $0.00004 $0.00036

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

Security

Grade A, and why

github-publish-changes 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 2d 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.

examples/plugin-packages/github/skills/github-publish-changes/SKILL.md · 30 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 2d ago First seen · 30 lines · 41 tokens per session scan A 2be8500c8ff5

Subscribe to this mod's changes

github-publish-changes is a skill published in the GitHub repository Devin-AXIS/iPolloWork (5,325 stars, last pushed yesterday), with no licence file. It adds 41 tokens to every session and 360 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-09-03.

Related

Other skills, from other repositories

market-pre-push-checks

Use before pushing, merging, or claiming a green tree in dsh-agent-plugins-market, to select the smallest checks that cover the outgoing diff instead of reflexively running the full suite.

Sivan757/dsh-agent-plugins-market · 45 tokens

gh-publish

Publish task-scoped changes to GitHub through a branch/commit/push/PR flow, including fork-based external contributions. Use when the user wants changes pushed or a PR opened; draft PR is the default.

Starfie1d1272/dsh-github-skills · 47 tokens

commit-helper

Craft conventional-commit messages from staged changes. Use when writing a git commit.

Jesse-njx/dsh-skillport · 19 tokens

git-workflow

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes. Use when choosing a branching strategy, writing commit conventions, deciding merge versus rebase, or resolving conflicts.

gongyijie85/dsh-ecc · 54 tokens

commit

Use when starting implementation work on a task, or when the user asks you to commit changes to the repository.

zprolab/WhaleKit · 23 tokens

dsh-web-skin-developer

Build a new skin for the dsh-web skin collection (DSH Web GUI) and publish it into the Skin Center — the first-level settings section — scaffold with scripts/dsh-skin-new, author the v2 skin.json manifest plus skin.css token remap (pure asset directory, no package.json, no build step), validate with scripts/dsh-skin…

zhu1090093659/dsh-web · 120 tokens