Use when loading and merging remediation guidelines for active security scanners — performs deterministic section-level merge of scanner module defaults, org custom guidelines, and per-invocation overrides into a single instruction set
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-coding-agent:guidelines-ingestionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load remediation guidelines from up to 3 sources and merge them deterministically using section-level replacement. The result is a single, merged guidelines document per scanner that the agent follows during remediation.
Load remediation guidelines from up to 3 sources and merge them deterministically using section-level replacement. The result is a single, merged guidelines document per scanner that the agent follows during remediation.
Layer 3 (highest priority): Per-invocation overrides
↓ overrides
Layer 2: Org's custom guidelines file
↓ overrides
Layer 1 (lowest priority): Scanner module shipped defaults
Guidelines are organized by ## heading sections.
defaults/remediation-guidelines.md## Overrides at topsecurity-<scanner>/defaults/remediation-guidelines.mdscanners.<scanner>.guidelines in confignpx claudepluginhub gagandeepp/software-agent-teams --plugin security-coding-agentGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.