hashiiiii-pull-request

hashiiiii-pull-request is a skill for Claude Code from hashiiiii/rules-for-ai. It costs 28 tokens per session (816 once invoked), scanned A, original, MIT.

GitHub pull-request guidance for creating or editing a pull request. A pull request is a proposed set of code changes submitted for review.

In plain words
What is it for?
It helps prepare pull-request titles and descriptions before using GitHub's command-line tool to create or edit them.
Why use it?
It prevents pull requests from using the wrong headings, language, or repository format.

Skill for Claude Code

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

Part of the rules-for-ai plugin — 7 skills, 2 hooks shipped together

Good fit It helps prepare pull-request titles and descriptions before using GitHub's command-line tool to create or edit them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hashiiiii/rules-for-ai/hashiiiii-pull-request
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 hashiiiii/rules-for-ai --skill hashiiiii-pull-request
Clone the repo
git clone --depth 1 https://github.com/hashiiiii/rules-for-ai

Made for: Claude Code.

Or install rules-for-ai, the plugin that ships this one along with the rest of its 7 skills, 2 hooks.

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 hashiiiii-pull-request

README.md
[![agentmods](https://agentmods.dev/badge/skills/hashiiiii/rules-for-ai/hashiiiii-pull-request.svg)](https://agentmods.dev/skills/hashiiiii/rules-for-ai/hashiiiii-pull-request)
Your own site
<a href="https://agentmods.dev/skills/hashiiiii/rules-for-ai/hashiiiii-pull-request"><img src="https://agentmods.dev/badge/skills/hashiiiii/rules-for-ai/hashiiiii-pull-request.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 816 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.00028 $0.00816
Opus 5 $0.00014 $0.00408
Sonnet 5 $0.00006 $0.00163
Haiku 4.5 $0.00003 $0.00082

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

Security

Grade A, and why

hashiiiii-pull-request 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.

skills/hashiiiii-pull-request/SKILL.md · 103 lines

How it starts

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

Pull Request Conventions

Use the pull request structure from the repository. If the repository defines a structure, do not replace it.

Locale

Before you draft a pull request, resolve its language:

  1. If project instructions specify a pull request language, use that language.
  2. If project instructions do not specify a language, use the resolved pull-requests key from the context.
  3. If the context has no resolved keys, read the first existing locale file.
  4. Use this file order: local, project, user, and bundled LOCALE.default.md.
  5. Use <absolute-git-dir>/rules-for-ai/LOCALE.md for the local file.
  6. Use <repo>/.rules-for-ai/LOCALE.md for the project file.
  7. Use ${XDG_CONFIG_HOME:-${HOME:-}/.config}/rules-for-ai/LOCALE.md for the user file.
  8. If no locale file exists, use en_US.
  9. Use the pull-requests language for the pull request title and body.

Use the exact section headings from the selected template. For the default structure, always write the headings in English.

If pull-requests is ja_JP, keep the English headings. Write the text below each heading in Japanese.

When to Use

  • Before gh pr create
  • Before you edit a pull request body with gh pr edit --body
  • If the user asks you to draft a pull request

Repository Template (preferred)

Before you draft the body, search for a pull request template in this order:

  1. .github/pull_request_template.md
  2. .github/PULL_REQUEST_TEMPLATE.md
  3. pull_request_template.md at the repository root
  4. A single .md file under .github/PULL_REQUEST_TEMPLATE/

If a template exists, read it. Use its headings, order, and subsections without changes.

Fill every Markdown ATX heading that the template defines (# through ######).

If the repository has multiple templates, use the template that the user or repository selects.

Default Template (fallback)

If the repository has no pull request template, use this structure:

## Summary

## Motivation

## Changes

## Testing

Read the full file on GitHub · 103 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 · 103 lines · 28 tokens per session scan A 3194566f83fd

Subscribe to this mod's changes

hashiiiii-pull-request is a skill published in the GitHub repository hashiiiii/rules-for-ai (10 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 816 once invoked, about $0.0001 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

issue-work-loop

Run Herdr loops for one open GitHub issue (resolve→review→fix) or an existing PR (review→lazy fixer) until CLEAN. Don't use for plain resolution without review, review-only/no-fix requests, backlog automation, or merging.

luongnv89/skills · 55 tokens

doris-repo-review

Review an Apache Doris PR from a local clone with the same multi-agent, shared-ledger convergence workflow as the CI Code Review Runner. Use when the user supplies a PR to /doris-repo-review, asks to review a Doris PR locally, or asks for the CI-style review flow. Safely align only the current worktree to the exact PR…

apache/doris-skills · 180 tokens

azure-repos

Expert knowledge for Azure Repos development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing Git/TFVC repos, branch/PR policies, CLI/IDE integrations, CodeQL/scanning, or…

MicrosoftDocs/Agent-Skills · 115 tokens

review-pr

Forensic, stage-aware pull request review. Reconstructs the commit narrative, tests architectural premises against project reality, detects over-engineering, and produces a ready-to-post review comment. Use when the user says "review PR", "review this PR", "review PR #N", "is this PR ready to merge", "review the…

jcottam/agent-resources · 112 tokens

review

Review in three modes — code (diff vs standards/spec), design (NOTES + tech-spec before planning), drift (implementation vs tech-spec before ship). Pick mode from Flow Conductor phase or user intent; do not mix artifact types.

yugasun/aiops · 50 tokens

gitops

Git operations wrapper: sync, stage, commit, push. Generates Conventional Commits messages with .scratch artifact references. Use when the user says gitops, commit, push, sync code, or needs version control operations.

yugasun/aiops · 47 tokens