Artifact Hygiene Audit
Description
--- description: .claude/artifacts/ 산출물 위생 상태를 read-only로 점검한다. 수정·삭제·이동은 절대 하지 않는다. --- 아래 항목을 순서대로 점검하고 보고서를 출력해줘. **절대 파일 수정·삭제·이동·Notion 쓰기를 하지 말 것. 보고서 출력만 한다.** --- ## 점검 항목 ### 1. Slug 규칙 위반 검사 `.claude/artifacts/` 하위 전체를 재귀 탐색해서 아래를 확인한다. **위반 패턴:** - 파일명에 `-final`, `-v2`, `-v3`, `-수정`, `-수정본`, 날짜(`-20`, `-26`) 접미사 포함 - 파일명에 한글 포함 - 파일명에 공백 포함 - 같은 slug에 리뷰 파일이 2개 이상 존재 (`[slug]-review.md`가 아닌 변형본) 위반 파일 발견 시 경로와 위반 사유를 목록으로 출력한다. ### 2. 폴더별 파일 현황 각 폴더의 파일 목록과 개수를 출력한다. | 폴더 | 파일
Installation
Installs to ~/.claude/commands/moo1024-claude-marketing-pipeline-artifact-hygiene-audit.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/moo1024/claude-marketing-pipeline/HEAD/.claude/commands/artifact-hygiene-audit.md -o ~/.claude/commands/moo1024-claude-marketing-pipeline-artifact-hygiene-audit.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,