ワンクリックで
github-issue-refine
Refine an existing GitHub issue to improve clarity, technical implementation details, and alignment with project rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Refine an existing GitHub issue to improve clarity, technical implementation details, and alignment with project rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Standardize the verification of implemented GitHub issues on the development environment.
Perform performance testing and review of specific pages, identifying and fixing bottlenecks.
Parse downloaded Figma design JSON files and CSS layer data to generate Tailwind CSS layout classes, fonts, borders, and colors, with component-to-layer mapping and Storybook validation.
Compare a live component implementation with its original Figma design frame, validating rendering and alignment in Storybook iteratively until pixel-perfect results are achieved.
End-to-end automation for the full GitHub issue lifecycle. Use this when the user provides a feature request or bug report and wants to go from zero to a reviewed and refined Pull Request in one autonomous process.
Create a detailed GitHub issue using the mandatory template for new features or complex changes.
| name | github-issue-refine |
| description | Refine an existing GitHub issue to improve clarity, technical implementation details, and alignment with project rules. |
This workflow guides you through refining an existing GitHub issue to improve its clarity, technical implementation details, and alignment with project rules.
Use this workflow when the user asks to "refine an issue," "improve a ticket," "groom a task," or "update the issue description."
gh issue view $ISSUE_NUMBERnext.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.nextjs_docs) relevant to the implementation.list_code_definition_names or search_files to find related logic that might be affected but wasn't mentioned in the original issue.mcp_chrome-devtools_list_pages and mcp_chrome-devtools_close_page.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.messages/*.json files (e.g., de.json, en.json, fr.json).next.config.ts setup.package.json.npm run log:view) and build check (npm run compile)..github/ISSUE_TEMPLATE/gemini_agent_workflow.md.gh issue edit $ISSUE_NUMBER --body "[Refined Markdown Body]"