Qa Check banner
kangraemin kangraemin

Qa Check

Testing community

Description

--- description: "프로젝트 전체 QA 점검. 버그, 보안, 설정, 의존성 문제를 종합 진단한다. '버그 있나 봐줘', '프로젝트 점검', '코드 건강 체크', 'QA', '전체 리뷰', '출시 전 점검' 같은 요청에 트리거." --- # /qa-check 프로젝트 전체를 대상으로 잠재적 버그, 보안 취약점, 설정 문제, 의존성 이슈를 종합 점검한다. `/review`가 변경된 코드만 보는 것과 달리, 이 스킬은 프로젝트 전체를 스캔한다. --- ## 실행 흐름 ### Step 1: 프로젝트 파악 1. 프로젝트 루트에서 언어/프레임워크 감지: - `package.json`, `tsconfig.json` → Node.js/TypeScript - `build.gradle`, `pom.xml` → Java/Kotlin - `Package.swift`, `*.xcodeproj` → Swift/iOS - `Cargo.toml` → Rust -

Installation

Installs to ~/.claude/skills/kangraemin-claude-config-qa-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kangraemin-claude-config-qa-check && curl -fsSL https://raw.githubusercontent.com/kangraemin/claude-config/HEAD/commands/qa-check.md -o ~/.claude/skills/kangraemin-claude-config-qa-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository