sapcc-audit

Featured

Full-repo SAP CC Go compliance audit against review standards.

AI & Automation 419 stars 44 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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. --- ## Reference Loading Table | Signal | Load This File | When | |--------|---------------|------| | Phase 1 begins | `references/phase-1-discover-commands.md` | Detection commands, package mapping, segmentation table | | Phase 2 begins | `references/phase-2-dispatch-agents.md` | Full dispatch prompt and per-domain review checklist (11 areas) | | Phase 3 begins | `references/output-templates.md` | Report scaffold, per-finding format, severity guide | Load each reference file at the start of its phase. Do not load all three upfront. --- ## Instructions ### Phase 1: DISCOVER **Goal**: Map the repository and plan the package segmentation. Read `references/phase-1-discover-commands.md` for the exact detection commands, segmentation table, and file-count queries. Verify this is an sapcc project (sapcc imports in go.mod). If not, stop immediately. Map all packages, count files per package, and produce a segmentation table (5–8 agents, 5–15 files each). **Gate**: Packages mapped, agents planned. Proceed to Phase 2. --- ### Phase 2: DISPATCH **Goal**: Launch parallel agents that review packages against project standards. Read `references/phase-2-dispatch-agents.md` for the full dispatch prompt (11 review areas: over-engineering, dead c...

Details

Author
notque
Repository
notque/vexjoy-agent
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Featured

sapcc-review

Gold-standard SAP CC Go code review: 10 parallel domain specialists.

419 Updated 2 days ago
notque
Testing & QA Listed

project-audit

Run a full-spectrum senior engineering audit of an existing codebase or product across 15 domains — security, data, testing, architecture, API, DevOps, observability, performance, accessibility, SEO/web presence, privacy, docs, dependencies, DX and cost — producing a prioritised, verifiable findings report with a 0–100 scorecard. Use when the user says "audit my project", "review my codebase", "is this production ready", "what's wrong with my app", "health check", "due diligence", "technical assessment", "security review", "code review of the whole repo", "inherited this codebase", "what would a senior engineer say", "is this safe to launch", "find the problems" or shares a repository or URL and asks for an assessment. By Devleck.

3 Updated 1 weeks ago
Kin9Zeus
Code & Development Listed

codebase-audit

Whole-repo, multi-agent audit that IS the Sprint-end cross-review ceremony (product-wide integrity): 4 axes — spec-conformance, logic/defect hunt, redundancy, and product-security — over the ACCUMULATED codebase at HEAD, not the Sprint diff. Findings are swept to zero per defect class — one class = one PBI covering every occurrence, documentation drift batched into a single DOCS PBI — and non-blocking: EVERY finding is PO-adjudicated, Critical/High carrying a next-Sprint recommendation, and a rejected finding is suppressed with a recorded decision. At Integration-Sprint entry a thin re-check confirms the latest audit is fresh and no open blocking (non-Low) audit PBIs remain before testing proceeds.

17 Updated today
sohei56