بنقرة واحدة
code-review
Whole-repository code quality review covering architecture, security, performance, and testing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Whole-repository code quality review covering architecture, security, performance, and testing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
PR-focused code review with structured checklist, severity ratings, and actionable feedback
Use when a code review finding needs proof — write a focused test in JavaScript or Go that either confirms the issue is real or exposes it as over-engineering hyperbole. Trigger after code-review or code-review-skill findings are presented and evidence is requested.
Use when reviewing Dependabot alerts, npm audit findings, govulncheck output, or CVE reports on a JavaScript/Node.js or Go project — especially when triaging multiple alerts across direct and transitive dependencies to assess real-world risk and produce a remediation plan.
Produce data-driven software delivery estimates by analyzing historical JIRA tickets, git activity, and engineer track records, then matching the new work against the most similar past tickets. Use this skill whenever the user asks "how long will this take", wants to estimate a piece of work, scope an epic, plan a sprint, or estimate delivery for JIRA stories or a Figma design. Also use whenever the user wants developer-to-work assignment recommendations based on history, wants to optimize an estimate by adding or reallocating engineers, or asks "what's the fastest way to ship this" or "who should work on this". Especially trigger when the user provides JIRA ticket IDs, JIRA story links, or Figma designs together with any indication of a team that will execute the work.
Use when auditing an existing test suite for quality and coverage gaps, evaluating Playwright migration readiness, scoring automation against a world-class e-commerce standard, or guiding the creation of new tests. Applicable to Selenium, WebdriverIO, and Playwright suites.
AI-powered observability with Grafana MCP — translates natural language to metrics, logs, and trace queries to diagnose issues like a senior SRE
| name | code-review |
| description | Whole-repository code quality review covering architecture, security, performance, and testing |
Perform a comprehensive code quality review of an entire repository, analyzing architecture, security, performance, and testing practices. This is for reviewing a whole codebase — for PR-level reviews, use the code-review-skill instead.
CLAUDE.md, README.md, and CONTRIBUTING.md for project context and conventions.package.json, requirements.txt, Cargo.toml, go.mod, etc.) to understand the tech stack.npm audit, pip audit, or equivalent).Structure the output as follows:
2-3 sentences on overall codebase health and maturity.
Organize by severity:
CRITICAL — Security vulnerabilities, exposed secrets, data loss risks. Must address immediately.
HIGH — Significant bugs, architectural issues, missing error handling. Should address soon.
MEDIUM — Code quality issues, missing tests, design improvements. Address in normal workflow.
LOW — Style inconsistencies, minor optimizations, documentation gaps. Address opportunistically.
For each finding, include:
Call out what the codebase does well — good patterns, clean modules, thorough tests.
A ranked list of the top 5-10 improvements that would have the highest impact on codebase quality.