e2e-find
E2E Case Discovery
为当前项目生成或更新 Markdown e2e 用例规格。先理解代码,再验证服务,最后沉淀可复用的流程文档。
Goals
- 先分析代码,再设计用例,避免只靠页面试错。
- 一条完整业务流程只保留一个稳定文件,避免重复沉淀。
- 旧用例过时时,在原文件基础上迭代,而不是制造散落版本。
- 输出既能给人阅读,也能给后续 Agent 直接转换成自动化脚本。
Output Location Policy
为当前仓库选择一个规范且稳定的用例目录,优先级如下:
- 若项目已存在用于 e2e 规格的目录,优先沿用,例如
specs/e2e/、docs/e2e/、tests/e2e/specs/ - 若存在多个候选目录,优先选择最接近“规格文档”而非“自动化脚本”的目录
- 若未发现现成约定,则创建
specs/e2e/
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.
13review-context
从 context engineering 角度审查代码、架构文档、prompt 和设计文档。自动识别内容类型,选择 3-5 个最相关维度进行审查,生成含严重等级和改进建议的结构化报告。触发词:review context、CE 审查、上下文工程审查。
9