一键导入
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: