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 divingsbysangam/salesforce-compound-engineering-plugin --skill sf-reviewgit clone --depth 1 https://github.com/divingsbysangam/salesforce-compound-engineering-pluginWrote 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/divingsbysangam/salesforce-compound-engineering-plugin/sf-review)<a href="https://agentmods.dev/skills/divingsbysangam/salesforce-compound-engineering-plugin/sf-review"><img src="https://agentmods.dev/badge/skills/divingsbysangam/salesforce-compound-engineering-plugin/sf-review/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/divingsbysangam/salesforce-compound-engineering-plugin/sf-review"><img src="https://agentmods.dev/badge/skills/divingsbysangam/salesforce-compound-engineering-plugin/sf-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 7 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Prompt Injection · line 47 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 47 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 51 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 51 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 52 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 52 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 53 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
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.00098 | $0.01259 |
| Opus 5 | $0.00049 | $0.00629 |
| Sonnet 5 | $0.00020 | $0.00252 |
| Haiku 4.5 | $0.00010 | $0.00126 |
Grade A, and why
sf-review 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sf-review
Principles enforced: 1 (preserve the quality ceiling), 3 (jagged intelligence), 5 (taste and oversight). See
PRINCIPLES.md.
Required reads
Procedure lives in sibling files, not only in this orchestrator:
- Review Depth Levels — read
references/review-depth-levels.mdbefore acting on this section. - Step 1: Identify and Classify Files — read
references/step-1-identify-and-classify-files.mdbefore acting on this section. - Step 2: Dispatch Review Personas in Parallel — read
references/step-2-dispatch-review-personas-in-parallel.mdbefore acting on this section. - Step 3: Parallel Research (comprehensive depth only) — read
references/step-3-parallel-research-comprehensive-depth-only.mdbefore acting on this section. - Step 4: Consolidate Findings — read
references/step-4-consolidate-findings.mdbefore acting on this section. - Output Format — read
references/output-format.mdbefore acting on this section.
Copy-paste-to-agent
Review Salesforce code by dispatching parallel review agents based on file type
(Apex / LWC / Flow / Integration / Architecture). Output findings categorized as
Critical / High / Medium / Low. Critical and High findings are non-negotiable
abort triggers — see "Non-Negotiable Gates" below. If the target isn't specified,
review the current git diff.
You are reviewing Salesforce code using parallel agent dispatch for speed and thoroughness.
Goal
Review the code at: $ARGUMENTS.target
If no target specified, review uncommitted changes (git diff).
Non-Negotiable Gates (Principle 1)
The following findings are abort triggers, not warnings. They block the review from passing regardless of how minor the surrounding diff is. They exist because vibe coding does not exempt the diff from production-grade Salesforce constraints.
| Gate | What it catches | Owning agent |
|---|---|---|
| Security regression | CRUD/FLS bypass, SOQL injection, sharing-model violation, hardcoded credential, unsafe without sharing |
apex-security-sentinel, lwc-security-reviewer, integration-security-sentinel |
| Governor regression | SOQL/DML inside loops, missing bulkification, non-selective query on >100k-row object | apex-governor-guardian, apex-bulkification-reviewer, flow-governor-monitor |
| Test coverage regression | Production class without test class, test class with no assertEquals/assertTrue, bulk path untested at 200+ records |
apex-test-coverage-analyst |
| Trigger context regression | Recursion guard missing, mixed-DML violation, handler bypassing the project's trigger framework | apex-trigger-architect |
| Sharing regression | without sharing introduced without justification, sharing-recalculation skipped on owner change |
sharing-security-analyst (when present) |
What ships with it
48 files 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.
- references/output-format.md 517 B
- references/personas/sf-adversarial-reviewer.md 2.2 KB
- references/personas/sf-apex-bulkification-reviewer.md 8.3 KB
- references/personas/sf-apex-exception-handler.md 11 KB
- references/personas/sf-apex-governor-guardian.md 4.3 KB
- references/personas/sf-apex-security-sentinel.md 7.0 KB
- references/personas/sf-apex-test-coverage-analyst.md 10 KB
- references/personas/sf-apex-trigger-architect.md 11 KB
- references/personas/sf-api-contract-reviewer.md 2.4 KB
- references/personas/sf-architecture-strategist.md 2.4 KB
- references/personas/sf-aura-migration-advisor.md 2.4 KB
- references/personas/sf-callout-pattern-reviewer.md 6.0 KB
- references/personas/sf-code-simplicity-reviewer.md 4.0 KB
- references/personas/sf-correctness-reviewer.md 3.0 KB
- references/personas/sf-data-integrity-guardian.md 2.3 KB
- references/personas/sf-data-migrations-reviewer.md 2.6 KB
- references/personas/sf-data-model-architect.md 2.9 KB
- references/personas/sf-deployment-verification-agent.md 3.5 KB
- references/personas/sf-flow-complexity-analyzer.md 8.4 KB
- references/personas/sf-flow-governor-monitor.md 2.1 KB
- references/personas/sf-git-history-analyzer.md 2.3 KB
- references/personas/sf-implementation-verifier.md 4.2 KB
- references/personas/sf-integration-security-sentinel.md 3.2 KB
- references/personas/sf-lwc-accessibility-guardian.md 4.0 KB
- references/personas/sf-lwc-architecture-strategist.md 3.9 KB
- references/personas/sf-lwc-performance-oracle.md 8.7 KB
- references/personas/sf-lwc-security-reviewer.md 4.2 KB
- references/personas/sf-maintainability-reviewer.md 2.7 KB
- references/personas/sf-mcp-server-configuration-reviewer.md 8.3 KB
- references/personas/sf-metadata-consistency-checker.md 3.1 KB
- references/personas/sf-pattern-recognition-specialist.md 2.2 KB
- references/personas/sf-performance-oracle.md 2.4 KB
- references/personas/sf-performance-reviewer.md 1.7 KB
- references/personas/sf-platform-event-strategist.md 4.6 KB
- references/personas/sf-previous-comments-reviewer.md 1.7 KB
- references/personas/sf-process-automation-strategist.md 3.6 KB
- references/personas/sf-project-standards-reviewer.md 2.5 KB
- references/personas/sf-reliability-reviewer.md 2.5 KB
- references/personas/sf-rest-api-architect.md 7.1 KB
- references/personas/sf-sharing-security-analyst.md 3.8 KB
- references/personas/sf-testing-reviewer.md 2.7 KB
- references/personas/sf-validation-rule-reviewer.md 1.9 KB
- references/review-depth-levels.md 865 B
- references/step-1-identify-and-classify-files.md 432 B
- references/step-2-dispatch-review-personas-in-parallel.md 2.3 KB
- references/step-3-parallel-research-comprehensive-depth-only.md 441 B
- references/step-4-consolidate-findings.md 680 B
- references/subagent-confidence-rubric.md 2.0 KB
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 · 73 lines · 98 tokens per session scan A b252ec6f637e
sf-review is a skill published in the GitHub repository divingsbysangam/salesforce-compound-engineering-plugin (10 stars, last pushed 5d ago), licensed MIT. It adds 98 tokens to every session and 1,259 once invoked, about $0.0005 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
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…