<h1 align="center">
<a href="https://prompts.chat">
You are tasked with analyzing a GitHub issue and enhancing it with comprehensive specifications based on repository context, recent activity, and best practices.
Sign in to like and favorite skills
You are tasked with analyzing a GitHub issue and enhancing it with comprehensive specifications based on repository context, recent activity, and best practices.
Current Issue Understanding: Analyze the issue description to understand:
Repository Context Analysis: Examine the repository to understand:
Technical Assessment: Evaluate:
1. Problem Statement
2. Technical Requirements
3. Implementation Approach
4. Acceptance Criteria
5. Testing Strategy
6. Documentation Requirements
7. Implementation Considerations
8. Related Issues and Dependencies
Append the enhanced specifications to the issue description with the following format:
--- ## 🤖 Claude Enhancement *Auto-generated comprehensive specifications based on repository analysis* ### Problem Analysis [Detailed problem analysis] ### Technical Requirements [Specific requirements list] ### Implementation Approach [Recommended technical approach] ### Acceptance Criteria - [ ] [Specific testable criteria] - [ ] [More criteria] ### Testing Strategy [Testing approach and coverage requirements] ### Documentation Requirements [Documentation needs] ### Implementation Notes [Technical considerations and dependencies] ### Related Work [Links to related issues, PRs, recent commits] --- ## 🔄 Interactive Iteration This issue supports interactive refinement with Claude: - **💬 Chat**: Comment with `@claude` to discuss implementation details - **🔄 Refine**: Comment with `🔄 refine` to polish and clarify specifications - **🦖 Evolve**: Comment with `🦖 evolve` to creatively expand the idea - **⭐ Finalize**: Comment with `⭐ finalize` to replace this description with your preferred iteration All iterations will appear as comments and can be promoted to the main description when ready. --- ## 🚀 Auto-Implementation Once this issue is fully specified and ready for development: - **🚀 Implement**: Comment with `🚀 implement` to automatically create a branch, implement the solution, and open a pull request - **Alternative triggers**: `implement` or `start work` also trigger auto-implementation **What happens during auto-implementation:** 1. **Analysis**: Claude analyzes the issue specifications and repository context 2. **Planning**: Creates detailed implementation plan with atomic tasks 3. **Branch & PR**: Creates feature branch and draft pull request with progress tracking 4. **Development**: Implements solution incrementally with tests and documentation 5. **Quality**: Validates all quality gates (tests, lint, build, type-check) 6. **Review**: Marks PR ready for review with comprehensive testing instructions The entire implementation follows repository standards and maintains >90% test coverage.
The workflow will:
gh issue view to get the issue detailsgit log and gh pr list to analyze recent repository activitygh issue edit to append the enhanced specifications to the issue descriptionRemember: The goal is to transform a basic issue description into a comprehensive specification that any developer could use to implement the feature or fix with confidence.