Suppress Audit
Description
--- name: suppress-audit description: 프로젝트 전체 @suppress 주석 사용 현황 감사. 코드별/파일별/사유품질별 집계 후 .suppress-audit-report.md 생성. 남용 방지용. --- # /suppress-audit ## 사용법 ``` /suppress-audit [대상] [옵션] ``` ## 인자 | 인자 | 설명 | |---|---| | (없음) | `src/main/` + `src/test/` + `db/migration/` 전체 | | `<경로>` | 특정 파일/디렉터리만 | ## 옵션 | 옵션 | 설명 | |---|---| | `--format json` | JSON 형식 리포트 (`suppress-audit.json`) | | `--min-count N` | 위반 코드당 N건 이상만 리포트 (기본 1) | | `--stale-days N` | N일 초과 `@suppress` 를 stale 로 표시 (기본 180)
Installation
Installs to ~/.claude/skills/eoghks-code-quality-suite-suppress-audit/SKILL.md
mkdir -p ~/.claude/skills/eoghks-code-quality-suite-suppress-audit && curl -fsSL https://raw.githubusercontent.com/eoghks/code-quality-suite/HEAD/commands/suppress-audit.md -o ~/.claude/skills/eoghks-code-quality-suite-suppress-audit/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,