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.
git clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkillsWrote 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/banibratachatterjee/awesomesalesforceskills/review-data-model)<a href="https://agentmods.dev/commands/banibratachatterjee/awesomesalesforceskills/review-data-model"><img src="https://agentmods.dev/badge/commands/banibratachatterjee/awesomesalesforceskills/review-data-model/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/commands/banibratachatterjee/awesomesalesforceskills/review-data-model"><img src="https://agentmods.dev/badge/commands/banibratachatterjee/awesomesalesforceskills/review-data-model.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.00000 | $0.00294 |
| Opus 5 | $0.00000 | $0.00147 |
| Sonnet 5 | $0.00000 | $0.00059 |
| Haiku 4.5 | $0.00000 | $0.00029 |
Grade A, and why
review-data-model 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 9d 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-data-model — Review a data-model domain
Wraps agents/data-model-reviewer/AGENT.md. Reviews relationships, rollups, External ID coverage, growth forecast, and index candidacy for a root object + its related objects.
Step 1 — Collect inputs
1. Root object API name? (e.g. Opportunity)
2. Target org alias?
3. Include related objects? (Optional — default: infer from EntityDefinition relationships)
Step 2 — Load the agent
Read agents/data-model-reviewer/AGENT.md + mandatory reads.
Step 3 — Execute the plan
Build domain graph, score relationships, rollup analysis, External ID coverage, growth forecast, index candidacy, emit.
Step 4 — Deliver the output
Summary, domain graph (ASCII), findings, rollup analysis, growth forecast, index recommendations, Process Observations, citations.
Step 5 — Recommend follow-ups
/design-objectfor new objects suggested by the review/analyze-field-impactfor External ID rollout/audit-sharingif cascade behavior is unclear
What this command does NOT do
- Does not modify relationships or deploy anything.
- Does not design new objects (suggests
/design-object). - Does not analyze sharing cascading (suggests
/audit-sharing).
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.
- 9d ago First seen · 38 lines · 0 tokens per session scan A 47405d4b756e
review-data-model is a command published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 294 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-09-03.
Other commands, from other repositories
pg-indexes
Review unused indexes that are safe to drop (pgbot).
pn-audit-data
Design or review database schema — normalization, indexing strategy, migration plan, and data model decisions. Surgical command for database design. Use standalone or as part of pn-backend-audit.
inventory
Codebase inventory skill — scans the repo for a named pattern (inline SQL, fetch calls, feature flags, debug leftovers, deprecated APIs, etc.) and emits a structured Markdown inventory cross-referenced with framework metadata (routes, handlers). Language-agnostic and pack-driven — the engine matches whatever a YAML…
review
Run the altimate-code dbt/SQL PR reviewer on the current diff, PR, or commit and present the signed verdict verbatim.
schema-gate
Review a pending DB migration. Static checks (drops/renames/truncates) run as a deterministic shell pre-pass; live-DB checks (RLS, index size, forward-compat) run via a Haiku subagent. Read-only.
cosmos-review
Review code for Azure Cosmos DB best practices and suggest optimizations.