Borrowing it
Nothing to install: this file belongs to brayandiazc/project-starter-template-es-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/brayandiazc/project-starter-template-es-ai/main/.claude/skills/open-pr/SKILL.mdgit clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-aiWrote 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.
[](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/open-pr)<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/open-pr"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/open-pr/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.
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/open-pr"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/open-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00081 | $0.00625 |
| Opus 5 | $0.00041 | $0.00313 |
| Sonnet 5 | $0.00016 | $0.00125 |
| Haiku 4.5 | $0.00008 | $0.00063 |
Grade A, and why
open-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 3d 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.
What it actually says
Prepara un pull request para la rama actual.
-
Antes de redactar nada, deja el cambio listo. Es el único momento en que alguien mira el conjunto completo, y lo que no se actualice aquí no se actualiza nunca:
- Corre el subagente
doc-keepersobre el diff: sincronizadocs/architecture/*, los diagramas (entidades, pantallas, auth, componentes), el ADR si hubo decisión, la entrada delCHANGELOG.mdy el ítem del roadmap que la spec declaró. - Corre
bash .githooks/pre-push: los siete checks del CI, en unos quince segundos y sin gastar minutos de Actions. - Repasa
docs/conventions/definition-of-done.md, y en especial lo que ninguna máquina comprueba: revisión humana del esquema, autorización probada con otro rol, los cuatro estados de la UI.
Si algo queda en rojo, no abras el PR: dilo y arréglalo primero. Un PR que nace rojo se normaliza y deja de mirarse.
- Corre el subagente
-
Lee
.github/PULL_REQUEST_TEMPLATE.mdpara conocer las secciones requeridas y la lista de verificación. -
Reúne contexto sobre los cambios de la rama:
git log <base>..HEAD --onelinepara la lista de commits (la base suele sermain).git diff <base>...HEAD --staty revisa los diffs relevantes.
-
Rellena cada sección de la plantilla usando ese contexto:
- Resumen de qué cambió y por qué.
- Issues vinculados / ADRs o especificaciones relacionados si se mencionan.
- Notas de pruebas (qué ejecutaste o qué debería revisar quien haga la revisión).
- Marca los ítems de la lista de verificación que realmente apliquen; deja el resto para la persona autora.
-
Crea el PR con la CLI
gh(p. ej.gh pr create --title ... --body ...) si la rama está pusheada; de lo contrario, muestra la plantilla rellenada para que la persona la pegue. -
Informa la URL del PR o el cuerpo redactado.
NO hagas merge, NO apruebes, y NO marques ítems de la lista de verificación que no estén realmente hechos. Escribe un PR en borrador si el trabajo está incompleto.
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.
- 3d ago Changed · +12 lines 4d5cbc205300
- 9d ago First seen · 23 lines · 81 tokens per session scan A 894428d7f180
open-pr is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 3d ago), licensed MIT. It adds 81 tokens to every session and 625 once invoked, about $0.0004 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-09-01.
Other skills, from other repositories
cloudron-app-publishing
Distribute Cloudron apps via CloudronVersions.json version catalogs.
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
arbor-agent-executor
Executor-dispatch phase for Arbor. Use when implementing an Idea Tree node through RunExecutor or RunExecutorParallel semantics: isolated git worktree, executor prompt construction, eval metadata injection, RunTraining policy, smoke/full evaluation, report parsing, artifact persistence, tree update, and insight…
fork-fleet
Fork divergence monitor - tracks where the fleet's active forks diverge in CODE (unique commits, new/modified skills) and CONFIG (enable/var/model/schedule vs upstream), gated on real change.
shiplog
Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.