sf-harness-audit

Scan SCC harness hooks, agents, skills, and rules to score coverage and output repair commands.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-harness-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-harness-audit
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/sf-harness-audit
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-harness-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill identifies gaps and misconfigurations in an SCC (Salesforce Claude Code) harness by scanning installed hooks, agents, skills, and rules and then scoring coverage and security posture to guide repairs.

Core Features & Use Cases

  • Installation Verification: Detects presence and completeness of SCC installation markers such as .claude/.cursor hooks, agents, and skills.
  • Coverage Scoring: Rates Hook Coverage, Agent Coverage, Skill Coverage, User-Invocable Skill Coverage, and Security Posture using clear rubrics.
  • Actionable Remediation: Produces a ranked report with explicit repair commands and environment adjustments to close gaps, useful during CI checks, pre-deploy audits, and compliance reviews.

Quick Start

Run the SCC harness audit to scan the repository, score hooks/agents/skills, and receive prioritized repair commands.

Frequently Asked Questions about sf-harness-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit SCC harness configuration health in a Salesforce development environment?

SCC configuration auditing scans installed hooks, agents, skills, and rules to produce per-category coverage scores and specific repair commands for your Salesforce environment.

How does hook and agent coverage scoring work for Salesforce Claude Code?

Coverage scoring rates Hook Coverage, Agent Coverage, Skill Coverage, and Security Posture by validating hook profiles, checking file presence, and counting SKILL.md files against clear rubrics.

Can I use this audit to validate Apex and LWC coverage before deployment?

Yes, the audit validates Apex and LWC coverage, hook profiles, and security posture for CI checks, pre-deploy audits, and compliance reviews in SCC or Cursor environments.

What repair commands are generated when SCC installation markers are missing?

The audit outputs specific CLI repair commands like npx scc-universal status, install, and repair, alongside recommended environment variable changes to close detected configuration gaps.

What is needed to detect SCC installation completeness for hooks and agents?

Detecting SCC installation completeness requires scanning for the presence of .claude/.cursor hooks, agents, and skills to identify gaps and misconfigurations in the harness.