بنقرة واحدة
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.