sapcc-audit

Installation
SKILL.md

SAPCC Full-Repo Compliance Audit v2

Review every package against established review standards. Not checklist compliance — code-level review that finds over-engineering, dead code, interface violations, and inconsistent patterns.


Instructions

Phase 1: DISCOVER

Goal: Map the repository and plan the package segmentation.

Step 1: Verify this is an sapcc project

head -5 go.mod  # Check module path
grep "sapcc" go.mod  # Check for sapcc imports
Related skills
Installs
7
GitHub Stars
366
First Seen
Mar 23, 2026