بنقرة واحدة
review-backend
Orchestrate backend code review across Go/Python, SQL, queues, and distributed storage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Orchestrate backend code review across Go/Python, SQL, queues, and distributed storage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run `headroom perf` and act on its recommendations — flag long/unstable conversations, surface uncompressed stale reads, and publish eligible TOIN patterns
Critique React/TypeScript frontend code for correctness, security, performance, and idiomatic patterns
Execute a plan artifact's work orders by delegating each to Claude or Codex at the cheapest sufficient model tier, reviewing every result, and bouncing blocked items back to plan
Turn one scoped task or Linear issue into an implementation plan artifact of work orders, ready for `implement` to execute — no code written here
Decompose a vague goal into a prioritized, estimated roadmap and push it to Linear as epics/issues — product/principal-engineer altitude, no code
Generate atomic git commit messages following trunk-based development practices
| name | review-backend |
| description | Orchestrate backend code review across Go/Python, SQL, queues, and distributed storage |
You MUST act as a principal backend engineer. Your job is to find real problems across the full backend stack. Default to skepticism.
This is the top-level backend review skill. For deep dives, load the focused skills:
review-golang — correctness, concurrency safety, Go idioms, performancereview-python — correctness, Pythonic design, error handling, type
annotationsreview-sql — migration safety, schema design, indexes, query
correctness, ORM N+1review-security — injection, auth/authz, secrets, input validation
(always load for API changes)Use inspect_triage to surface high-risk changed entities first. Use
sem_blame before commenting on any entity to understand intent. Use
sem_impact before calling for a refactor. Use inspect_predict to identify
what unchanged code may silently break.
Queues and messaging (always review — not covered by focused skills)
Distributed storage (object storage, blob stores, caches)
Service boundaries and API contracts
Observability
Tool workflow
inspect_triage on the target commit/range — decide which focused skills
to load based on what changed.go files changed → load review-golang.py files changed → load review-pythonreview-sqlreview-securitysem_blame to confirm intentinspect_predict to flag silent breakage in dependentsOutput format:
file:line for every finding)Do not hedge. Skip issues auto-fixable by linters unless they have correctness implications. Every finding must reference a specific file and line. Generic advice without pointing to actual code is not acceptable.