Install
$ agentstack add skill-p2ergmbh-agentic-coding-github-issue-refine ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
GitHub Issue Refinement Workflow
This workflow guides you through refining an existing GitHub issue to improve its clarity, technical implementation details, and alignment with project rules.
Trigger
Use this workflow when the user asks to "refine an issue," "improve a ticket," "groom a task," or "update the issue description."
Phase 1: Research & Validation
- Fetch Issue Details:
- Retrieve the issue details:
gh issue view $ISSUE_NUMBER
- Analyze Current State:
- Identify the core goal and success criteria.
- Assess if the current implementation plan is specific enough.
- Check for missing contexts (UI constraints, etc.).
- Cross-Reference docs/rules:
- Verify that the proposed solution aligns with:
next.md: Are Server Actions and Client/Server component rules followed?ui.md&icons.md: Is the component and icon usage correct?testing.md: Is there a clear strategy for Vitest?figma.md: Explicitly read this file to ensure Figma implementations adhere to the parsing rules, cleanup requirements, and master component references.
Phase 2: Technical Refinement
- Improve Implementation Steps:
- Refine generic steps into specific actions tied to concrete files and functions.
- Ensure every step has a "Reason" explaining WHY it's necessary.
- Add Additional Context:
- Examples: Provide snippets of expected data structures or code patterns.
- Diagrams: Use Mermaid syntax for complex state transitions or data flows.
- Documentation: Reference specific documentation paths (e.g., from
nextjs_docs) relevant to the implementation.
- Deep File Investigation:
- Use
list_code_definition_namesorsearch_filesto find related logic that might be affected but wasn't mentioned in the original issue.
- Visual Context & Attachments:
- Current State: If possible, use browser automation tools to take a screenshot of the current state of the application (the "before" state). Ensure you clean up your browser session afterward by closing the opened pages using
mcp_chrome-devtools_list_pagesandmcp_chrome-devtools_close_page. - Figma Design: If a Figma layout link is provided in the issue, use the Figma MCP tool to download an image of the Figma frame to visually demonstrate what the design should be (the "after" state).
- Issue Update & Image Hosting: Because
ghCLI cannot directly upload images to issues, create a new branch namedassets/issue-$ISSUE_NUMBER. Push the downloaded images to.github/assets/issue-$ISSUE_NUMBER/on that branch. Then, update the issue description with standard Markdown image links using the GitHub blob URL with?raw=true(e.g., ``). This ensures the images render correctly even in private repositories.
Phase 3: Quality, Performance & Accessibility Refinement
- Refine Acceptance Criteria:
- Ensure ACs are atomic, binary (pass/fail), and measurable.
- Web Accessibility & Best Practices (German Standards):
- Verify the implementation plan adheres to strict web accessibility guidelines (e.g., BITV 2.0 / WCAG 2.1 AA+ standards typical for German requirements).
- Ensure proper ARIA attributes, keyboard navigation, and semantic HTML are explicitly required in the issue.
- Performance & Page Speed:
- Embed requirements for optimal performance (e.g., optimized image loading, lazy loading, minimal main-thread blocking).
- Add a verification step to test affected pages using tools like PageSpeed Insights (https://pagespeed.web.dev/) and specify a target score if applicable.
- Define Edge Cases:
- Identify potential failure points (e.g., empty states, network errors, invalid inputs).
- Add specific ACs or implementation notes for handling these edge cases.
- Wording & Structure:
- Improve the clarity of the description and context sections.
- Ensure consistent use of markdown headers and lists for scannability.
- Translations & Internationalization:
- Identify all strings that need translation in the affected files.
- Ensure that every implementation step requiring UI text includes the use of translation keys.
- Mandate that all used translations are configured in the respective
messages/*.jsonfiles (e.g.,de.json,en.json,fr.json).
- Next.js 16 & Config Awareness:
- Ensure the implementation plan fully leverages Next.js 16 features and aligns with the current
next.config.tssetup. - Specifically, facilitate the use of Cache Components if applicable, as they are enabled in the project.
- Verify compatibility with available modules and the project structure derived from
package.json.
- Testing Strategy:
- Explicitly define what should be covered by unit tests (Vitest) vs. manual verification.
- Update the "Verification Steps" to include logs check (
npm run log:view) and build check (npm run compile).
Phase 4: Issue Update
- Construct Refined Body:
- Combine your research and improvements into a comprehensive markdown body following the structure of
.github/ISSUE_TEMPLATE/gemini_agent_workflow.md.
- Execute Update:
``bash gh issue edit $ISSUE_NUMBER --body "[Refined Markdown Body]" ``
- Notify the User:
- Summarize the key refinements made (e.g., "Added edge cases for database errors," "Aligned with Next.js 16 caching rules").
- Provide a link to the updated issue.
- Final Check:
- If the model name includes "flash", double-check the refined issue 2 more times for precision and completeness.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: P2ERGmbH
- Source: P2ERGmbH/agentic-coding
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.