# refine-hive-gitissue > Refine a GitHub issue with extra validation and triage detail; use for high-impact issues or cross-team work. - Author: rdfitted - Repository: rdfitted/Claude-Code-Setup - Version: 20260126102743 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/rdfitted/Claude-Code-Setup - Web: https://mule.run/skillshub/@@rdfitted/Claude-Code-Setup~refine-hive-gitissue:20260126102743 --- --- name: refine-hive-gitissue description: Refine a GitHub issue with extra validation and triage detail; use for high-impact issues or cross-team work. --- # Refine Hive Git Issue ## Overview Use mprocs to refine an existing issue with validation and triage details. ## Inputs - Issue text or link ## Workflow 1. Verify `git` and `mprocs`. 2. Create `.hive/sessions/` and `tasks.json`. 3. Write queen and worker prompts (validation, rewrite, triage). 4. Launch mprocs. ## tasks.json Template ```json { "session": "{SESSION_ID}", "created": "{ISO_TIMESTAMP}", "status": "active", "thread_type": "Hive", "task_type": "refine-hive-gitissue", "issue": {"text": "{ISSUE_TEXT}"} } ``` ## mprocs Launch ```bash mprocs --config .hive/mprocs.yaml ``` ## Output - Refined issue with validation notes and recommended labels