Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal 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/"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# analyze-issue
|
||||||
|
|
||||||
|
Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
|
||||||
29
commands/analyze-issue.md
Normal file
29
commands/analyze-issue.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
description: Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
|
||||||
|
author: jerseycheese
|
||||||
|
author-url: https://github.com/jerseycheese
|
||||||
|
version: 1.0.0
|
||||||
|
---
|
||||||
|
|
||||||
|
# GitHub Issue Analysis and Technical Specification Generator
|
||||||
|
|
||||||
|
This template/script generates a technical specification for a GitHub issue with the following components:
|
||||||
|
|
||||||
|
## Key Components
|
||||||
|
1. A bash script to fetch GitHub issue details
|
||||||
|
2. A structured technical specification template with sections:
|
||||||
|
- Issue Summary
|
||||||
|
- Problem Statement
|
||||||
|
- Technical Approach
|
||||||
|
- Implementation Plan
|
||||||
|
- Test Plan
|
||||||
|
- Files to Modify/Create
|
||||||
|
- Success Criteria
|
||||||
|
- Out of Scope
|
||||||
|
|
||||||
|
## Principles
|
||||||
|
- Test-Driven Development (TDD)
|
||||||
|
- KISS (Keep It Simple, Stupid) approach
|
||||||
|
- 300-line file size limit
|
||||||
|
|
||||||
|
The template is designed to provide a comprehensive, structured approach to analyzing and documenting technical issues from GitHub.
|
||||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/analyze-issue",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "ce786a9097a8dac54392ff70445aedf15ade583e",
|
||||||
|
"treeHash": "c8419c9fa19450450c3e9e4f0e0b62b7d67c0e0ccb8a2d56e92c638abe3d15b9",
|
||||||
|
"generatedAt": "2025-11-28T10:13:22.432856Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "e2657bd22b62c11a74d6ada3b6d8240953d8d9e22cf3df4f674d629529188084"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "48a156239df7999fe3e43dde46891b7fd827b5a04379b8e5f0100872811b3b90"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "commands/analyze-issue.md",
|
||||||
|
"sha256": "42183c07cad21f329601c33fa56afb043e595de10081bccb81668501cb6060d7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "c8419c9fa19450450c3e9e4f0e0b62b7d67c0e0ccb8a2d56e92c638abe3d15b9"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user