From a8dcdd169df7ce212015221faa5b538d7498cbd0 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:04:04 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ README.md | 3 +++ commands/analyze-issue.md | 29 ++++++++++++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/analyze-issue.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..5286105 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..40f6730 --- /dev/null +++ b/README.md @@ -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. diff --git a/commands/analyze-issue.md b/commands/analyze-issue.md new file mode 100644 index 0000000..2382cef --- /dev/null +++ b/commands/analyze-issue.md @@ -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. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..ff62ef0 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file