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 agentmods add commands/kandil7/prprompts-flutter-generator/review-commitgit clone --depth 1 https://github.com/Kandil7/prprompts-flutter-generatorWrote 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/commands/kandil7/prprompts-flutter-generator/review-commit)<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/review-commit"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/review-commit.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 | $0.00000 | $0.00473 |
| Opus 5 | $0.00000 | $0.00236 |
| Sonnet 5 | $0.00000 | $0.00095 |
| Haiku 4.5 | $0.00000 | $0.00047 |
Grade A, and why
review-commit 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 4d 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
Review and Commit (PRPROMPTS-Validated)
Perform PRPROMPTS validation gates and commit.
1. PRPROMPTS Validation Gates
For the current task, read its referenced PRPROMPTS file and check:
From VALIDATION GATES section:
- Pre-commit checklist items all passed
- Code examples match PRPROMPTS patterns
- Constraints (DO/DON'T) respected
Example for BLoC task:
VALIDATION GATES from @PRPROMPTS/03-bloc_implementation.md:
✓ BLoC uses events/states (not methods)
✓ No business logic in widgets
✓ Repository abstraction exists
✓ Tests cover all BLoC states
2. Security Validation
If task involves sensitive data:
- Run checklist from @PRPROMPTS/16-security_and_compliance.md
- Verify no hardcoded secrets
- Check encryption for PII/PHI
- Verify JWT implementation (RS256 only!)
3. Code Quality Gates
# Analyzer
flutter analyze
# Expect: No issues found
# Tests
flutter test
# Expect: All tests passing
# Format
dart format lib/ test/ --set-exit-if-changed
# Expect: No formatting changes needed
4. Generate Commit Message
Format: type(scope): description
Types:
- feat: New feature
- fix: Bug fix
- refactor: Code refactoring
- test: Adding tests
- docs: Documentation
- chore: Maintenance
Scope: Feature name or module
Description: Reference PRPROMPTS file used
Example:
feat(auth): implement JWT verification with RS256
- Followed @PRPROMPTS/04-api_integration.md
- Public key verification only (no signing in Flutter)
- Added unit tests for token validation
- Refs: IMPLEMENTATION_PLAN.md Task 2.3
5. Commit
git commit -m "[generated message]"
6. Progress Report
✓ Commit: [hash]
✓ Progress: X/Y tasks (Z% complete)
✓ Phase: [current phase]
✓ Next: [next task name]
Continue? Say 'next' or 'pause'
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.
- 4d ago First seen · 83 lines · 0 tokens per session scan A 2ecb04b61c62
review-commit is a command published in the GitHub repository Kandil7/prprompts-flutter-generator (11 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 473 tokens. 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-30.
Other commands, from other repositories
speckit.git.commit
Auto-commit changes after a Spec Kit command completes.
speckit.git.feature
Create a feature branch with sequential or timestamp numbering.
speckit.git.initialize
Initialize a Git repository with an initial commit.
speckit.bug.fetch
Load an existing GitHub issue into the bug workflow (the complement of bug.issue) and seed a triage draft.
speckit.chore.fetch
Load an existing GitHub issue into the chore workflow and seed a triage draft.
speckit.chore.implement
Implement the scoped chore (the actual maintenance work) and record what changed.