review-context
Context Engineering 审查
从 context engineering 视角审查用户提供的内容,自动识别内容类型并选择最相关的审查维度,输出结构化审查报告。
工作流
Step 0: 获取审查目标
判定 $ARGUMENTS 的输入类型:
- 文件路径:
$ARGUMENTS看起来是一个文件路径(含/或.扩展名)→ 用 Read 读取文件 - Glob 模式:
$ARGUMENTS含通配符(*、**)→ 用 Glob 展开后逐一读取(上限 5 个文件,超出则优先入口文件和核心模块) - 直接内容:
$ARGUMENTS是一段代码或文本 → 直接作为审查内容 - 空参数:
$ARGUMENTS为空 → 询问用户提供文件路径或粘贴内容
对于多文件输入,先用 Read 读取各文件,合并为审查内容。若总量过大(>500 行),用 Grep 扫描关键特征辅助判定,优先深入审查核心文件。
Step 1: 识别内容类型
More from vamdawn/ai-forge
content-summarizer
Fetch, analyze, and summarize web content into structured Obsidian notes. Supports articles, GitHub repositories, and Reddit/HN/Twitter threads. Automatically detects URL type and selects the appropriate fetcher strategy and note template. Triggers include requests like 'summarize this article', 'take notes on this', 'save this repo', 'summarize this thread', or any URL-based request intended to be saved as an Obsidian note.
62git-commit
Create well-formatted atomic git commits with conventional commit messages and emoji. Use when making git commits, splitting large changesets into logical units, or crafting commit messages.
16semver-release
Automated version release workflow. Analyzes git commit history to infer semantic version, auto-detects version files across ecosystems, updates multilingual CHANGELOGs, creates git commit and tag. Use when: (1) user says "release", "publish version", "bump version", (2) user invokes /release command, (3) preparing to release a new version.
16review-doc
Structured document review and quality improvement. Use when the user asks to review, proofread, check, audit, or improve a document (Markdown, text, or any prose file). Triggers include: 'review this doc', 'check this document', 'proofread', 'audit this spec', 'review and fix', or any request to find and fix issues in written documents. Supports reviewing against referenced standards (PRD, design docs, style guides).
15plan-executor
Orchestrated multi-agent plan execution with TDD and code review. Use when you have a structured plan file to execute via SubAgents. Decomposes tasks, dispatches agents, enforces TDD and code review gates.
13session-summary
分析当前会话内容并按固定格式生成结构化摘要,输出基本信息、会话概要与逐轮明细。触发词:'总结这次会话'、'summarize this session'、'会话总结'、'session summary'、'总结一下'、'生成会话摘要'、'记录本次会话'。
9