원클릭으로
polyglot-review
Multi-language code review
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-language code review
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
System architecture review and design critique
Comprehensive code review skill
Project overview and comparison skill
Secure deployment practices for production systems
| name | polyglot-review |
| description | Multi-language code review |
| dependencies | ["code-review"] |
If the PR contains Python files, use the python-coding skill. For TypeScript files, apply the typescript-coding skill. For all other languages, fall back to the general-coding skill.
If the code handles user authentication or sensitive data, also load the cybersecurity skill for a security-focused review pass.
For performance-critical paths, there is no dedicated skill yet — use your best judgment and benchmark before and after.