返回 Skill 列表
extension
分类: 开发与工程无需 API Key

refine-hive-gitissue

完善GitHub问题,添加额外的验证和分类详情;用于高影响力的问题或跨团队工作。

person作者: jakexiaohubgithub

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/<session-id> and tasks.json.
  3. Write queen and worker prompts (validation, rewrite, triage).
  4. Launch mprocs.

tasks.json Template

{
  "session": "{SESSION_ID}",
  "created": "{ISO_TIMESTAMP}",
  "status": "active",
  "thread_type": "Hive",
  "task_type": "refine-hive-gitissue",
  "issue": {"text": "{ISSUE_TEXT}"}
}

mprocs Launch

mprocs --config .hive/mprocs.yaml

Output

  • Refined issue with validation notes and recommended labels