pdir-criar-pr

pdir-criar-pr is a command for Claude Code from hmaurus/masterclaude. It costs 26 tokens per session (1,062 once invoked), scanned A, original, MIT.

A GitHub pull-request command links a new code review to an Issue, GitHub’s record of a task or bug. It finds the Issue number from the branch name or accepts it directly, then checks the repository before creating the request.

In plain words
What is it for?
Use it after committing work on a feature branch to open a pull request connected to the relevant GitHub Issue.
Why use it?
It avoids linking the pull request to the wrong task, especially when a branch name does not clearly contain an Issue number. It also standardizes the pull request description.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the pdir-workflow plugin — 7 commands shipped together

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 commands/hmaurus/masterclaude/pdir-criar-pr
Clone the repo
git clone --depth 1 https://github.com/hmaurus/masterclaude

Made for: Claude Code.

Or install pdir-workflow, the plugin that ships this one along with the rest of its 7 commands.

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 pdir-criar-pr

README.md
[![agentmods](https://agentmods.dev/badge/commands/hmaurus/masterclaude/pdir-criar-pr.svg)](https://agentmods.dev/commands/hmaurus/masterclaude/pdir-criar-pr)
Your own site
<a href="https://agentmods.dev/commands/hmaurus/masterclaude/pdir-criar-pr"><img src="https://agentmods.dev/badge/commands/hmaurus/masterclaude/pdir-criar-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,062 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00026 $0.01062
Opus 5 $0.00013 $0.00531
Sonnet 5 $0.00005 $0.00212
Haiku 4.5 $0.00003 $0.00106

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

Security

Grade A, and why

pdir-criar-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 5d 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.

plugins/pdir-workflow/commands/pdir-criar-pr.md · 85 lines

How it starts

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

PDIR: Criar PR

Cria um Pull Request vinculado a uma Issue, validando antes e padronizando o corpo.

Pré-requisitos: estar numa branch de feature (não no branch default) com os commits já feitos.

Em qualquer passo, se algo falhar ou faltar informação, informe o erro e pergunte ao usuário como prosseguir.

Descobrir a Issue

  • Com argumento ($ARGUMENTS, ex: 42 ou #42): use os dígitos (descarte o #).
  • Sem argumento: pegue o trecho entre a primeira / e o próximo - (ou o fim do nome, se não houver -). Use como número da Issue somente se esse trecho for inteiramente dígitos.
    • feat/42-login → trecho 42#42
    • feat/42 → trecho 42#42
    • feat/login-oauth2 → trecho login → pergunta
    • feat/2fa-login → trecho 2fa → pergunta (não é só dígito)

Não adivinhe. Se o trecho não for inteiramente numérico, não pesque um dígito de dentro do slug — pergunte ao usuário qual é a Issue. Um número errado aqui vira Closes #N e fecha a Issue errada no merge.

Instruções

1. Verificar estado

Descubra o branch default do repositório com gh repo view --json defaultBranchRef -q .defaultBranchRef.name (não assuma main — pode ser master/develop); reuse esse valor nos passos seguintes.

Confirme, via git, que você não está no branch default e que não há mudanças não commitadas. Se estiver no default, encerre informando o motivo. Se houver pendências não commitadas, avise e sugira commitar primeiro (é só pedir "commit").

2. Validar

Rode os checks do projeto (lint, type-check, testes) — consulte package.json, Makefile ou equivalente para os comandos disponíveis. Se algum falhar, informe e pergunte se o usuário quer corrigir antes ou seguir mesmo assim. Validar antes do push evita disparar CI em código sabidamente quebrado.

3. Publicar a branch

Faça push da branch para o origin. Se ela ainda não tiver upstream, configure-o no push (-u); se já tiver, envie só os commits pendentes.

Read the full file on GitHub · 85 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. 5d ago First seen · 85 lines · 26 tokens per session scan A 98c1b1cd6430

Subscribe to this mod's changes

pdir-criar-pr is a command published in the GitHub repository hmaurus/masterclaude (2 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 1,062 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.