Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:04:04 +08:00
commit a8dcdd169d
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"
]
}