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"
]
}

3
README.md Normal file
View 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
View 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
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/analyze-issue",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "7fc77cebd6fa24afe58feaec822af4156adbc6f1",
"treeHash": "44e4ce1a8423470b028c008af4c7e139824011062ca94bcd4f5273ad9aad6a62",
"generatedAt": "2025-11-28T10:14:36.105152Z",
"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": "98e0fab1b6f10bf7ba301657ce65e15aa58b8ee5f58f32ea94e46095af1f9ca2"
},
{
"path": "commands/analyze-issue.md",
"sha256": "42183c07cad21f329601c33fa56afb043e595de10081bccb81668501cb6060d7"
}
],
"dirSha256": "44e4ce1a8423470b028c008af4c7e139824011062ca94bcd4f5273ad9aad6a62"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}