Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:11 +08:00
commit 7c433e0dfd
14 changed files with 3103 additions and 0 deletions

15
commands/refine-issue.md Normal file
View File

@@ -0,0 +1,15 @@
Please refine the following issue: $ARGUMENTS.
Follow these steps:
1. Use `gh issue view` to get the details; pay careful attention to the comments.
2. Look at the codebase and pay attention to pertinent documentation.
3. Look at commit history if needed.
4. **REQUIRED RESEARCH (blocking):**
- Use `mcp__Ref__ref_search_documentation` for technical aspects
- Use `mcp__firecrawl__firecrawl_search` for domain/compliance aspects
- Follow `@shared/research-protocol.md`
- Cite sources in refined issue
5. Ask clarifying questions.
6. Refine and rewrite the issue and save changes.
7. Inform me when that the refinement is completed.