Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:39 +08:00
commit a1a40828e2
4 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "analyze-issue",
"description": "Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.",
"version": "1.0.0",
"author": {
"name": "jerseycheese",
"url": "https://github.com/jerseycheese"
},
"commands": [
"./commands/"
]
}