github-issue-pr-attribs

github-issue-pr-attribs is a skill for Claude Code, Codex from pedroiff0/awesome-skills. It costs 64 tokens per session (1,775 once invoked), scanned A, original, MIT.

A set of GitHub issue and pull-request templates and review rules. A pull request is a proposed code change, while metadata includes fields such as owners, labels, projects, and milestones.

In plain words
What is it for?
Use it to add issue forms, a pull-request template, standard assignments, and a severity-based code-review structure.
Why use it?
It makes issue and review information consistent, complete, and easier to scan across a repository.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to add issue forms, a pull-request template, standard assignments, and a severity-based code-review structure.

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

Made for: Claude Code, 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 github-issue-pr-attribs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-issue-pr-attribs/github.svg)](https://agentmods.dev/skills/pedroiff0/awesome-skills/github-issue-pr-attribs)
Your own site
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/github-issue-pr-attribs"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-issue-pr-attribs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for github-issue-pr-attribs

Your own site · 80×15
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/github-issue-pr-attribs"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/github-issue-pr-attribs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,775 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 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.00064 $0.01775
Opus 5 $0.00032 $0.00888
Sonnet 5 $0.00013 $0.00355
Haiku 4.5 $0.00006 $0.00178

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

Security

Grade A, and why

github-issue-pr-attribs 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 8d 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/github/github-issue-pr-attribs/SKILL.md · 115 lines

How it starts

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

Standardize GitHub Issue/PR Metadata + Strong Code Review

Turn ad-hoc issues/PRs into a coherent, repeatable workflow. This skill covers the seven standard assignment fields for both issues and PRs, ships copy-paste issue forms and a PR template, and provides a strong, organized code-review model (fixed comment structure, severity table, per-category rubrics).

Use it when a repo has no templates, reviews are inconsistent, or the user asks to "padronizar issue/PR", "atribuições em issue e PR", "melhorar o code review", or "criar template de issue/PR".

When to Use

  • Repo lacks .github/ISSUE_TEMPLATE/*.yml or PULL_REQUEST_TEMPLATE.md.
  • Issues/PRs opened with missing assignee, labels, project, or milestone.
  • Code review is unstructured / freeform and hard to scan.
  • User wants a reusable standard other agents can apply.

The Seven Standard Assignment Fields

Apply all seven to every issue and PR. API limits noted below.

Field Issue PR
Assignee ✅ (who owns it)
Reviewer n/a on issue (set on PR)
Labels ✅ (inherit issue + type)
Project ✅ (Projects V2)
Milestone ✅ (Backlog or semver) ✅ (same as issue)
Development n/a on issue ✅ (branch↔issue link)
Relationship parent/child links Fecha # / Relaciona #

API reality check (gh / REST)

  • gh issue create sets: --assignee, --label, --milestone, --project, --body, --title. No reviewer on issues.
  • gh pr create sets: --assignee, --label, --milestone, --project, --head, --base, --title, --body, --reviewer (or gh pr edit --add-reviewer).
  • Projects V2 are NOT settable via REST gh issue/pr create --project reliably when the project is V2 (REST targets legacy Projects v1 and 404s). Use the GraphQL mutation addProjectV2ItemById to attach a V2 project item after creation. See references/projects-v2.md.
  • Self-review request: a single-owner private repo can't formally request review from the same account; document the reviewer in the PR template/body instead.
  • Development link: opening a PR from a branch whose name references the issue (or Fecha #N in body) auto-links; the GitHub UI shows it under "Development" on the issue.

Read the full file on GitHub · 115 lines

Files

What ships with it

7 files 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. 8d ago First seen · 115 lines · 64 tokens per session scan A fbf017c83566

Subscribe to this mod's changes

github-issue-pr-attribs is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed yesterday), licensed MIT. It adds 64 tokens to every session and 1,775 once invoked, about $0.0003 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

01-sdlc

Autonomously orchestrates a request from framing to a draft pull request, isolating implementation, independent review, and final outcome challenge. Use when the user wants to deliver a change end to end. Not for running one development step.

ai-driven-dev/framework · 52 tokens

dx-roaster

Brutally honest developer-experience audit for a GitHub repo. Scores 10 DX dimensions (time-to-first-success, README clarity, visual proof, install, quick-start, docs, examples, community, trust, marketing), writes a shareable roast in the requested tone (brutal/honest/kind), produces a prioritized action plan ranked…

Varnan-Tech/opendirectory · 130 tokens

00-async-dev

Drive the async-dev pipeline from one entry point, whether setup, run, or review. Use when the user wants to install async dev, run a ready issue, or address PR review comments, or on a webhook trigger. Not for plain status checks.

ai-driven-dev/framework · 56 tokens

kill-the-standup

Reads yesterday's Linear issues and GitHub commits for the authenticated user, formats a standup update (done / doing / blockers), and posts it to Slack. Use when asked to write a standup, generate a standup update, post to the standup channel, summarize yesterday's work, or automate the daily standup. Trigger when a…

Varnan-Tech/opendirectory · 108 tokens

fable-validate-loop

Use when the user asks to validate a GitHub issue with Fable 5.1 and then autonomously drive it to a reviewed PR in one shot — "fable-validate-loop", "fable validate and work on.

richkuo/rk-skills · 52 tokens

mnemosyne-maintenance

Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.

AtlasOmnia/donna-starter · 40 tokens