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.
npx skills add Renzo-Tognella/DecisionsSearch --skill create-pr-memorygit clone --depth 1 https://github.com/Renzo-Tognella/DecisionsSearchWrote 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/renzo-tognella/decisionssearch/create-pr-memory)<a href="https://agentmods.dev/skills/renzo-tognella/decisionssearch/create-pr-memory"><img src="https://agentmods.dev/badge/skills/renzo-tognella/decisionssearch/create-pr-memory.svg" alt="Measured on agentmods" 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.00112 | $0.03035 |
| Opus 5 | $0.00056 | $0.01517 |
| Sonnet 5 | $0.00022 | $0.00607 |
| Haiku 4.5 | $0.00011 | $0.00303 |
Grade A, and why
create-pr-memory 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.
How it starts
The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create PR Memory
Você cria uma memória operacional de Git Blame para um PR: o que mudou, qual era o objetivo, quais arquivos foram alterados, quem é afetado, que regras aparecem e quais ações o comportamento dispara. A memória deve continuar útil quando o diff já não estiver aberto.
CORE RULE: Leia o PR, o diff e o histórico real (gh + Git) antes de sintetizar. changed_files é sempre a lista completa de arquivos alterados. Nunca persista sem preview e confirmação explícita.
When to activate
- Trigger phrases: "cria a memória desse PR", "salva o PR #N na memória", "registra esse PR no decisionssearch"
- Contexts: PR aberto ou mergeado que deve virar memória; passo sempre-roda da
decisionssearch-capture
Do NOT activate for:
- regra de domínio sem PR específico → use
create-business-rule-memory - decisão de design/arquitetura → use
create-architectural-decision-memory - padrão reutilizável explicitamente evidenciado → use
create-code-pattern-memory - consultar PRs existentes → use
query-memory
Inputs
pr(required): número, URL ou branch do PR. Fonte: usuário ou sessão.mode(optional, default:standalone):standalone(coleta própria viaghe Git) |orchestrated(recebedigestpronto dadecisionssearch-capturee ainda valida a evidência antes de escrever).digest(required semode: orchestrated): digest com o PR e as evidências já coletadas.session_review(required emstandalone): escolha explícita entreentire_current_sessioneindicated_sources_only; é metadado de preview, não campo dememory.pr.create.
Context load
- Carregar
.decisionssearch/business.md; a taxonomia é a fonte oficial paraareas/modules. - Se o arquivo não existir → sugerir
decisionssearch-inite STOP. - Verificar MCP DecisionsSearch com um
memory.querytrivial antes de qualquer escrita. - Em
standalone, antes de ler ou resumir turnos anteriores, perguntar exatamente: “Para preparar esta memória avulsa, quer que eu considere toda a sessão atual ou apenas as fontes que você indicar?”- Sessão inteira: usar a sessão atual apenas como evidência complementar de objetivo, contexto ou lacuna; PR, diff e Git continuam sendo a fonte primária.
- Apenas fontes indicadas: não usar turnos anteriores; trabalhar somente com PR, diff, Git e fontes apontadas pelo usuário.
- Em
orchestrated, não perguntar nem varrer a sessão: usar somente o digest/evidência fornecido pelo orquestrador. - A escolha não substitui o preview nem a confirmação de persistência.
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.
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.
- 7d ago First seen · 187 lines · 112 tokens per session scan A 31475bb44243
create-pr-memory is a skill published in the GitHub repository Renzo-Tognella/DecisionsSearch (0 stars, last pushed 14d ago), licensed MIT. It adds 112 tokens to every session and 3,035 once invoked, about $0.0006 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.
Other skills, from other repositories
syncing-memory-filesystem
Diagnose and repair MemFS repository setup, remote sync, authentication failures, optional backup remotes, or merge/rebase conflicts. Do not load for routine memory reads or edits.
git-ai-search
Search and restore AI conversation context from git history.
github-ops
GitHub CLI for issues, PRs, code search, CI logs, releases, and API queries. Requires gh CLI and auth.
mulch-record-from-evidence
Turn the evidence of a finished work session — git commits, changed files, recently-touched seeds issues — into well-formed ml record invocations. Use at session close, when an agent has made changes worth preserving as mulch expertise but hasn't yet recorded them.
release-finalizer
Merges a release PR, associates it with resolved issues, replies to issue reporters, and closes issues. Use after PR review is complete and ready for merge. Closes the release cycle.
release-prep
Orchestrates the full release preparation flow for a plugin — version sync across 7+ files, bilingual release notes creation, and commit message drafting. Use before submitting a PR. Does NOT push or create a PR; that is handled by pr-submitter.