بنقرة واحدة
critique
Get a Distinguished Engineer level technical critique of the current approach
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get a Distinguished Engineer level technical critique of the current approach
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Argus — all-in-one information gathering & reconnaissance toolkit. 135 modules covering network infrastructure, web app analysis, and security/threat intelligence. Use for domain recon, subdomain enum, SSL analysis, tech stack detection, vulnerability scanning, and OSINT.
Manage secrets via Bitwarden CLI (bw). Use when pulling secrets into a shell session, creating/updating Secure Notes from .env files, listing vault items, or setting up Bitwarden on a new machine. Secrets live in Bitwarden, get loaded into memory on demand, and die with the shell session — no files on disk.
Develop a thorough, step-by-step specification for a given idea
Set up a recurring build tracker cron job for any GitHub repo. Runs a zero-LLM shell script to detect stale PRs, stale assigned issues, and phase progress, then posts to a Discord channel only when there's something actionable. Use when asked to "track this build every N hours", "prod agents on a project", "set up a build monitor", "watch this repo for stale work", or similar. The tracker is cheap to run — script does all the work, the agent only speaks when findings exist.
Run long-running coding tasks in cloud environments (Claude Code or Codex), with session teleporting and automatic PR creation.
Delegate coding tasks to subagents or run Claude Code/Codex in tmux sessions. Use the Task tool for focused multi-step coding work. Use tmux for long-running interactive sessions, parallel worktree-based fixes, and PR reviews. NOT for simple single-file edits — do those directly.
| name | critique |
| description | Get a Distinguished Engineer level technical critique of the current approach |
| user-invocable | true |
Use this command to get a Distinguished Engineer level technical critique of the current approach and implementation.
/critique [type] "context"
general - Overall technical review (default)architecture - System design and patterns reviewperformance - Performance and scalability analysissecurity - Security implications assessmentcost - Total cost of ownership analysiscomplexity - Overengineering assessmentall - Comprehensive review covering all aspectsThis command provides brutally honest, constructive critique with 25+ years of Distinguished Engineer experience perspective. The review prevents costly mistakes while not crushing innovation. The critique will be displayed in a clear block for review and response.
/critique architecture "Using microservices for a 3-user internal tool"
/critique cost "Kubernetes for a static website"
/critique all "Redux for state management in a todo app"
/critique "Using 5 different databases in a startup MVP"
The critique provides a structured JSON report containing:
When this command is invoked:
Context Extraction:
Analysis Phase:
Generate Critique with structured output:
Display Output in formatted block:
Save the critique to ~/.claude/critiques/critique_[TIMESTAMP]_[TYPE].json
The Distinguished Engineer perspective includes:
The critique should be:
After receiving the critique: