pr-draft-summary

pr-draft-summary is a skill for Codex from hakula139/nixos-config. It costs 106 tokens per session (984 once invoked), scanned A, original, no licence file.

A wrap-up helper for preparing a pull request, which is a proposed code change for review. It creates a summary, branch suggestion, title, and draft description after substantial work.

In plain words
What is it for?
It helps document changes to runtime code, tests, build or test settings, deployment settings, and behavior-changing documentation.
Why use it?
It removes the need to assemble these pull-request details manually at the end of a coding task.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps document changes to runtime code, tests, build or test settings, deployment settings, and behavior-changing documentation.

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

Made for: 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 pr-draft-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/hakula139/nixos-config/pr-draft-summary.svg)](https://agentmods.dev/skills/hakula139/nixos-config/pr-draft-summary)
Your own site
<a href="https://agentmods.dev/skills/hakula139/nixos-config/pr-draft-summary"><img src="https://agentmods.dev/badge/skills/hakula139/nixos-config/pr-draft-summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 984 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 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.00106 $0.00984
Opus 5 $0.00053 $0.00492
Sonnet 5 $0.00021 $0.00197
Haiku 4.5 $0.00011 $0.00098

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

Security

Grade A, and why

pr-draft-summary 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.

home/modules/llm-assistants/codex/skills/pr-draft-summary/SKILL.md · 85 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 85 lines · 106 tokens per session scan A 70ee74a2f0a5

Subscribe to this mod's changes

pr-draft-summary is a skill published in the GitHub repository hakula139/nixos-config (5 stars, last pushed yesterday), with no licence file. It adds 106 tokens to every session and 984 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

gh-cli

Standardize all GitHub work via gh CLI (repos, issues, PRs, reviews, Actions, labels, releases). Trigger on any GitHub URL (incl. deep links like /pull/123, /issues/123.

alyraffauf/hoenn · 52 tokens

github-issue

Use when the user wants to start work on a GitHub issue, set up a worktree and development environment, plan the implementation, write tests, and create a PR. Triggers: "start issue", "work on #123", "pick up issue 123", "new issue", or /github-issue [ISSUE].

softinio/nix-config · 72 tokens

fj

Forgejo CLI for issues, pull requests, repositories, releases, Actions, organizations, and users on git.natsukium.com. Use whenever a request references git.natsukium.com or a Git remote hosted there; this is the Forgejo counterpart to the gh skill.

natsukium/dotfiles · 58 tokens

ghq

Clone and reuse GitHub/GitLab repositories under a single managed root (ghq root) instead of fetching files one-by-one via gh api/WebFetch or scratch-cloning into /tmp. Use this skill whenever investigating, reading, grepping, or referencing source code from any remote repository — even for a single file. Triggers…

natsukium/dotfiles · 162 tokens

git-commit

How to write a commit message that stays meaningful after the session ends — explain WHY, follow the repository's convention, and never reference conversation-local structure like "Phase 2" or "Task 3". Load this BEFORE running git commit, whenever creating a commit, amending a commit message, or asked to "commit…

natsukium/dotfiles · 88 tokens

gh

GitHub CLI for pull requests, issues, releases, workflows, and repository operations. Use for creating PRs, managing issues, viewing repository information, and accessing GitHub URLs.

natsukium/dotfiles · 38 tokens