Skip to main content
Run any Skill in Manus
with one click

developer-code-quality

Stars3
Forks0
UpdatedJuly 13, 2026 at 18:13

Answers Salesforce developer code-quality questions: "audit my Apex for quality issues", "find governor-limit risks", "where do we have hardcoded IDs / emails / usernames", "check CRUD / FLS enforcement", "what tests are missing / fake-covered", "find dead code". Drives the v2.1 quality-recognizer cascade (`code_quality_audit`, `governor_limit_risks`, `find_hardcoded_values`, `crud_fls_audit`, `test_coverage_gaps`) and the v2.4 hygiene tool `find_dead_code`. Every finding is `confidence: 'heuristic'` — pattern recognition is recognition, not declaration. Discloses the v2.1 boundary verbatim: the recognizer pattern-matches on tokenized Apex source (not a compiler AST), so cross-class blindness, custom security utility helpers invisible, dynamic SOQL invisible, reflective field access invisible, custom test-assertion frameworks invisible. (Note: Apex extraction itself uses a parser-grade AST by default for confidence: parsed edges; the recognizer's scope is narrower.)

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly