dxkit-pr

dxkit-pr is a skill for Claude Code from vyuh-labs/dxkit. It costs 99 tokens per session (1,633 once invoked), scanned A, original, MIT.

A pull-request writing skill that builds a review-ready title, description, and checklist from a branch's real commits and code changes. A pull request is a proposed change submitted for review before it is merged.

In plain words
What is it for?
Use it to prepare or open a pull request, summarize features, fixes, and refactors, and give reviewers concrete items to verify.
Why use it?
It reduces the gap between what a branch actually changed and what its author remembers to explain. It also brings relevant checks and score changes into the review context.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to prepare or open a pull request, summarize features, fixes, and refactors, and give reviewers concrete items to verify.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vyuh-labs/dxkit/dxkit-pr
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 vyuh-labs/dxkit --skill dxkit-pr
Clone the repo
git clone --depth 1 https://github.com/vyuh-labs/dxkit

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 dxkit-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/vyuh-labs/dxkit/dxkit-pr.svg)](https://agentmods.dev/skills/vyuh-labs/dxkit/dxkit-pr)
Your own site
<a href="https://agentmods.dev/skills/vyuh-labs/dxkit/dxkit-pr"><img src="https://agentmods.dev/badge/skills/vyuh-labs/dxkit/dxkit-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,633 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00099 $0.01633
Opus 5 $0.00049 $0.00816
Sonnet 5 $0.00020 $0.00327
Haiku 4.5 $0.00010 $0.00163

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

Security

Grade A, and why

dxkit-pr 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 7d 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.

src-templates/.claude/skills/dxkit-pr/SKILL.md · 130 lines

How it starts

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

dxkit-pr

This skill turns a finished branch into a reviewable pull request: a title and body grounded in what actually changed (not a generic template), and a checklist that guides the reviewer through what to verify. It's the natural close of dxkit-feature (built something) and dxkit-action (fixed findings) — both hand off here when the work is ready for review.

A good PR description is written from the diff, not from memory. This skill reads the branch, summarizes it honestly, and attaches the dxkit signals (guardrail verdict, allowlist activity, score movement) a reviewer would otherwise have to reconstruct by hand.

The PR loop

[1] Compute     → `vyuh-dxkit pr` builds the body from the real commits + diff
[2] Narrate     → you write only "What & why"; tailor the computed checklist
[3] Confirm     → show the user the draft; open with `gh pr create` on yes

The heavy lifting is one command. vyuh-dxkit pr reads base..HEAD and emits a ready-to-review body with the parts that used to drift when hand-assembled:

  • a title from the dominant conventional-commit type + scope,
  • a Changes section bucketed by commit type (Features / Fixes / Refactors / …),
  • the dxkit signals block (the receipt: guardrail verdict + allowlist delta),
  • suggested reviewers (the active-owner model, blended with CODEOWNERS),
  • a diff-derived reviewer checklist (a supply-chain row only when a manifest moved, a migration row only when a migration moved, a tests row when source changed without a test, …), and
  • a Structural review section: functions this change adds that structurally match existing code — the seam signal as a reviewer prompt, not a block.

Everything there is computed from the branch, so the body can't misrepresent the change. Your job is the narrative ("What & why") and pruning/tailoring the checklist to the actual change.

vyuh-dxkit pr --base <base-branch>              # markdown body on stdout
vyuh-dxkit pr --base <base-branch> --since <base-branch>   # + health-score movement
vyuh-dxkit pr --base <base-branch> --json       # every computed field, to parse

Read the full file on GitHub · 130 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. 7d ago First seen · 130 lines · 99 tokens per session scan A c3d763979dcc

Subscribe to this mod's changes

dxkit-pr is a skill published in the GitHub repository vyuh-labs/dxkit (10 stars, last pushed 10d ago), licensed MIT. It adds 99 tokens to every session and 1,633 once invoked, about $0.0005 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

release-habit-hooks

Cut a new release of the habit-hooks packages. Use when asked to release, publish, or bump the version. Reviews what lands, enforces the in-sync versioning rule, validates the changelog, and drives the tag-triggered PyPI publish.

habit-hooks/habit-hooks · 56 tokens

habit-hooks-review

Spawn a reviewer sub-agent to assess a change set against habit-hooks's coding principles. Use AFTER habit-hooks reports clean — habit-hooks catches structural smells; this catches what it cannot (correctness, tests, design, missed edge cases).

habit-hooks/habit-hooks · 51 tokens

ring:committing-changes

Commit changes with scope allowlist enforcement, atomic grouping, GPG-signed conventional commits, and trailer management. Detects the repo's PR-validation scope policy before proposing any message. Use when the user asks to commit or has changes ready to record. Skip when the working tree is clean or the user wants…

LerianStudio/ring · 74 tokens

ring:opening-pull-requests

Open a GitHub Pull Request with automatic base branch detection, scope allowlist enforcement, PR template filling, and post-create base verification. Replaces ring:generating-pr-descriptions. Use after pushing a branch when ready to open a PR. Skip if the branch is not yet pushed or there are uncommitted changes …

LerianStudio/ring · 83 tokens

ring:shipping-changes

End-to-end git orchestrator: branch → commit → push → PR, with a full plan presented before any execution. Detects base branch and scope allowlist once and propagates to all phases. Use when ready to ship a complete unit of work. Skip if only one phase is needed: commit-only → ring:committing-changes, PR-only →…

LerianStudio/ring · 86 tokens

ring:generating-release-guides

Generating an internal Operations-facing update/migration guide from the git diff between two refs, documenting per-change client impact, deploy ordering, monitoring, and rollback notes in English, pt-br, or both. Use when preparing a version release or recording what changed for the Ops team. Runs read-only by…

LerianStudio/ring · 85 tokens