원클릭으로
full-stack-review
Full-stack code review combining multiple disciplines
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Full-stack code review combining multiple disciplines
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use the skilltree CLI to manage AI agent skill and agent dependencies. IMPORTANT — before adding, editing, or removing any skill or agent file, check if the project has a skilltree.yml (skilltree-managed). If it does, use skilltree commands and only modify local skills in their origin repo, never installed artifacts.
Security incident response and triage
Multi-language code review
System architecture review and design critique
Comprehensive code review skill
Project overview and comparison skill
| name | full-stack-review |
| description | Full-stack code review combining multiple disciplines |
| dependencies | ["code-review"] |
Use the typescript-coding skill for all React and TypeScript files. Follow its patterns for type safety and component structure.
For Python services, apply the python-coding skill. Ensure all endpoints have proper type hints and follow PEP 8.
The general-coding skill provides foundational principles that apply everywhere — clean code, test hygiene, and code quality.
This is not a replacement for the cybersecurity skill. While we check for obvious security issues during review, dedicated security analysis requires specialized tools. We also don't cover the splunk skill's domain — log analysis is out of scope.
If the project uses CI/CD, you might want to also load the deployment skill, but it's entirely optional and depends on your workflow.