quality-reviewer
Review Code with Latest Ecosystem Research
๋ํ ๋ค์์์ ์ฌ์ฉํ ์ ์์ต๋๋ค: ArieGoldkin
Code reviews may miss outdated dependencies or deprecated patterns. This skill performs deep analysis with real-time web research to verify versions, check security vulnerabilities, and validate against current documentation.
์คํฌ ZIP ๋ค์ด๋ก๋
Claude์์ ์ ๋ก๋
์ค์ โ ๊ธฐ๋ฅ โ ์คํฌ โ ์คํฌ ์ ๋ก๋๋ก ์ด๋
ํ ๊ธ์ ์ผ๊ณ ์ฌ์ฉ ์์
ํ ์คํธํด ๋ณด๊ธฐ
"quality-reviewer" ์ฌ์ฉ ์ค์ ๋๋ค. Review our React component patterns and check if our dependencies are up to date
์์ ๊ฒฐ๊ณผ:
- โ Correctness: Logic is sound, edge cases handled properly
- โ Anti-Bloat: Dependencies are minimal and necessary
- โ ๏ธ Versions: React 18.2.0 detected, 19.1.0 is latest stable
- โ ๏ธ Documentation: useEffect cleanup pattern differs from current React docs
- Verdict: REQUEST CHANGES - Update React and fix useEffect pattern
"quality-reviewer" ์ฌ์ฉ ์ค์ ๋๋ค. Check our Node.js and Express versions for security issues
์์ ๊ฒฐ๊ณผ:
- โ Security: No known CVEs in current Node.js 20.x version
- โ ๏ธ Express: Version 4.18.2 detected, 4.19.0 addresses security patch
- โ Dependencies: All other packages are current
- Verdict: APPROVE with NOTE - Update Express in next maintenance window
๋ณด์ ๊ฐ์ฌ
์์ All 20 static findings are FALSE_POSITIVES. The scanner misclassified documentation syntax (markdown code blocks, backticks, URL fields) as executable code patterns. This is a pure prompt-based skill containing only markdown documentation. The 'ls' commands are example instructions, not executed code. No actual cryptographic algorithms, external commands, or network calls exist in this skill file.
์ํ ์์ธ
๐ ๋คํธ์ํฌ ์ ๊ทผ (1)
๐ ํ์ผ ์์คํ ์ก์ธ์ค (1)
โ๏ธ ์ธ๋ถ ๋ช ๋ น์ด (8)
ํ์ง ์ ์
๋ง๋ค ์ ์๋ ๊ฒ
Security vulnerability check
Verify dependencies for known CVEs and security issues before merging code changes.
Standards compliance review
Ensure new code follows project patterns and uses current library best practices.
Dependency version audit
Check if dependencies are outdated and identify needed upgrades.
์ด ํ๋กฌํํธ๋ฅผ ์ฌ์ฉํด ๋ณด์ธ์
Check if our React and TypeScript versions are current. Search for latest stable releases.
Review our dependencies for security issues. Search for known vulnerabilities in current versions.
Verify our React patterns against the latest documentation. Flag any deprecated usage.
Review the recent changes for correctness, elegance, and standards compliance. Check versions and documentation.
๋ชจ๋ฒ ์ฌ๋ก
- Use when merging dependency updates or adding new libraries
- Combine with automatic quality hooks for comprehensive coverage
- Request web research explicitly with 'double check against latest' trigger
ํผํ๊ธฐ
- Using for simple syntax reviews (automatic hook handles this faster)
- Expecting code modifications (skill provides recommendations only)
- Skipping project context files (reduces standards compliance accuracy)