一键导入
code-review
Local code review — analyzes a file, function, or git diff for bugs, security issues, edge cases, and style using your project's conventions from memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local code review — analyzes a file, function, or git diff for bugs, security issues, edge cases, and style using your project's conventions from memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Daily database anomaly detection — runs metric queries against Postgres, flags deviations > 2σ from the 7-day baseline, and sends a summary to Slack or Telegram
Natural language smart home control — parses commands and invokes Home Assistant via MCP, learns your routines and auto-creates cron skills for them
Market price monitoring and alerts — checks your watchlist against thresholds, sends Telegram alerts on breaches, generates daily pre-market briefings, and tracks trade notes in memory
Weekly research paper digest — searches arXiv and the web for papers matching your interests, synthesizes key findings, and sends results via Telegram
Slack support bot — classifies incoming messages as FAQ/troubleshooting/escalation, answers from the knowledge base, and escalates complex cases to human agents
| name | code-review |
| description | Local code review — analyzes a file, function, or git diff for bugs, security issues, edge cases, and style using your project's conventions from memory |
| license | MIT |
| compatibility | ["macOS","Linux","Windows"] |
| user-invocable | true |
| metadata | {"version":"0.1.0","author":"TheAiSingularity","tags":["development","code-review","security","debugging"],"requires_tools":["terminal","file","memory"]} |
This skill performs a thorough local code review, using your codebase conventions from MEMORY.md to give context-aware feedback.
Load codebase context from memory
Read the target
Analyze for issues — check all of the following:
Prioritize findings
Write a structured review
Update memory if patterns are notable
Code Review — [filename or description]
Verdict: [one-line summary]
P0 — Must fix:
1. [file:line] [description]
Fix: [concrete fix or code block]
P1 — Should fix:
...
P2 — Consider:
...
Overall: [1-2 sentence summary]