AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Github Issue Refine

skill-p2ergmbh-agentic-coding-github-issue-refine · by P2ERGmbH

Refine an existing GitHub issue to improve clarity, technical implementation details, and alignment with project rules.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-p2ergmbh-agentic-coding-github-issue-refine

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-p2ergmbh-agentic-coding-github-issue-refine)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Github Issue Refine? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Fetch Issue Details:
  • Retrieve the issue details: gh issue view $ISSUE_NUMBER
  1. 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.).
  1. 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

  1. 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.
  1. 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.
  1. Deep File Investigation:
  • Use list_code_definition_names or search_files to find related logic that might be affected but wasn't mentioned in the original issue.
  1. 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_pages and mcp_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 gh CLI cannot directly upload images to issues, create a new branch named assets/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

  1. Refine Acceptance Criteria:
  • Ensure ACs are atomic, binary (pass/fail), and measurable.
  1. 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.
  1. 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.
  1. 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.
  1. Wording & Structure:
  • Improve the clarity of the description and context sections.
  • Ensure consistent use of markdown headers and lists for scannability.
  1. 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/*.json files (e.g., de.json, en.json, fr.json).
  1. Next.js 16 & Config Awareness:
  • Ensure the implementation plan fully leverages Next.js 16 features and aligns with the current next.config.ts setup.
  • 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.
  1. 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

  1. Construct Refined Body:
  • Combine your research and improvements into a comprehensive markdown body following the structure of .github/ISSUE_TEMPLATE/gemini_agent_workflow.md.
  1. Execute Update:

``bash gh issue edit $ISSUE_NUMBER --body "[Refined Markdown Body]" ``

  1. 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.
  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.