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 matematicsolutions/awesome-matematic-skills-pl --skill matematic-patron-pr-review-plgit clone --depth 1 https://github.com/matematicsolutions/awesome-matematic-skills-plWrote 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/matematicsolutions/awesome-matematic-skills-pl/matematic-patron-pr-review-pl)<a href="https://agentmods.dev/skills/matematicsolutions/awesome-matematic-skills-pl/matematic-patron-pr-review-pl"><img src="https://agentmods.dev/badge/skills/matematicsolutions/awesome-matematic-skills-pl/matematic-patron-pr-review-pl/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/matematicsolutions/awesome-matematic-skills-pl/matematic-patron-pr-review-pl"><img src="https://agentmods.dev/badge/skills/matematicsolutions/awesome-matematic-skills-pl/matematic-patron-pr-review-pl.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.00302 | $0.05603 |
| Opus 5 | $0.00151 | $0.02802 |
| Sonnet 5 | $0.00060 | $0.01121 |
| Haiku 4.5 | $0.00030 | $0.00560 |
Grade A, and why
matematic-patron-pr-review-pl 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 12d 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 — 362 lines — stays where its author put it; the contents beside it link to each section on GitHub.
matematic-patron-pr-review-pl
Recenzent PR/diffow PATRON - polskiego LegalTech AI agenta dla kancelarii. Cherry-pick struktury z dograh v1.31.0 review-pr (BSD-2, 286 linii), zaadaptowane pod kontekst MateMatic.
Komplementarny do:
- Wewnetrzny pipeline QA MateMatic dla tresci PL (artykuly, copy LI, BW) - ocena czytelnosci i poprawnosci. Ten skill ocenia diff kodu.
- matematic-konstytucja-ai (w tym hubie) - dokument governance dla klienta. Ten chroni kod produktu.
- Self-review pre-commit (6 zasad MateMatic) - poprzedza ten skill, sprawdza ogolne, ten skill nad nimi sprawdza repo-specific risks.
Kiedy uzywac
- Recenzja PR przed merge do
mainw repo PATRON / KGLF / matematicsolutions MCP serwery - Pre-commit audit wlasnego diffu w PATRONie
- Audyt zmian w komponentach krytycznych: mcp-security-gateway, audit_log, ring-policy, auth
- Po duzej refaktoryzacji - sweep pod katem regresji
- Przed pushem do
originpo sesji 3+ commitow
Glowne tryby awarii w repo PATRON
- Multi-tenant - brak org scoping na request-reachable read/write (kancelaria A widzi sprawe kancelarii B)
- Authless route lub websocket - silently public endpoint
- Webhook bez signature verification lub trust w unsigned fields
- SQL pisany poza
lib/db/*_client.ts- inkasacja warstwy - Cache per-worker bez worker sync - stale state w innych procesach
- UI bypassuje generated SDK - direct
fetch('/api/v1/...')zamiast typed client - Migracja niebezpieczna na produkcji - NOT NULL bez backfilla, brak downgrade()
- MCP tool reimplementuje auth zamiast
authenticate_mcp_request()(patrz matematic-mcp-fastmcp-instructions-pl w tym hubie) - PII/cytat prawniczy w logach - naruszenie RODO + tajemnica adwokacka (art. 6 ust. 1 PrAdw + art. 3 ust. 3 RadcPrU)
- Brak audit_log entry dla operacji decyzyjnej (AI Act art. 12 record-keeping)
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.
- 12d ago First seen · 362 lines · 302 tokens per session scan A 30a26a4c9d27
matematic-patron-pr-review-pl is a skill published in the GitHub repository matematicsolutions/awesome-matematic-skills-pl (6 stars, last pushed 19d ago), licensed MIT. It adds 302 tokens to every session and 5,603 once invoked, about $0.0015 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
reviewer
Code review - correctness, tests, merge-readiness.
reviewing-plan-docs
Review planning documents by reading the plan docs and doing a thorough codebase walkthrough, then writing detailed review docs. Use when the user asks to review, audit, critique, or validate a plan, design doc, or spec in the permit0 repository.
metago-adversarial-review
An adversarial review add-on that examines tests, audits, checks, and validation from an attacker's perspective. It models threats, lists entry points, searches for serious flaws, and records evidence and fixes.
metago-code-review-deep
A detailed code-review process that checks correctness, security, performance, maintainability, and style, then labels findings by severity. Its report includes suggested fixes and a merge decision.
metago-refactor-suggest
A code-refactoring guide that finds common code problems, measures technical debt, and suggests ordered changes while aiming to keep the program’s behaviour the same.
metago-output-integrity
A quality-checking guide for detecting invented facts, fake APIs, unsupported data, incomplete references, and unfinished code in technical output.