microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/github.collection.yml
110lines · modecode
| 1 | id: github |
| 2 | name: GitHub Backlog Management |
| 3 | description: GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts |
| 4 | tags: |
| 5 | - github |
| 6 | - issues |
| 7 | - backlog |
| 8 | - triage |
| 9 | - sprint |
| 10 | items: |
| 11 | # Agents |
| 12 | - path: .github/agents/github-backlog-manager.agent.md |
| 13 | kind: agent |
| 14 | maturity: experimental |
| 15 | # RPI agents |
| 16 | - path: .github/agents/rpi-agent.agent.md |
| 17 | kind: agent |
| 18 | - path: .github/agents/task-researcher.agent.md |
| 19 | kind: agent |
| 20 | - path: .github/agents/task-planner.agent.md |
| 21 | kind: agent |
| 22 | - path: .github/agents/task-implementor.agent.md |
| 23 | kind: agent |
| 24 | - path: .github/agents/task-reviewer.agent.md |
| 25 | kind: agent |
| 26 | - path: .github/agents/memory.agent.md |
| 27 | kind: agent |
| 28 | - path: .github/agents/pr-review.agent.md |
| 29 | kind: agent |
| 30 | # Prompt Engineering agents |
| 31 | - path: .github/agents/prompt-builder.agent.md |
| 32 | kind: agent |
| 33 | # Prompts |
| 34 | - path: .github/prompts/github-add-issue.prompt.md |
| 35 | kind: prompt |
| 36 | maturity: experimental |
| 37 | - path: .github/prompts/github-discover-issues.prompt.md |
| 38 | kind: prompt |
| 39 | maturity: experimental |
| 40 | - path: .github/prompts/github-triage-issues.prompt.md |
| 41 | kind: prompt |
| 42 | maturity: experimental |
| 43 | - path: .github/prompts/github-execute-backlog.prompt.md |
| 44 | kind: prompt |
| 45 | maturity: experimental |
| 46 | - path: .github/prompts/github-sprint-plan.prompt.md |
| 47 | kind: prompt |
| 48 | maturity: experimental |
| 49 | # RPI prompts |
| 50 | - path: .github/prompts/rpi.prompt.md |
| 51 | kind: prompt |
| 52 | - path: .github/prompts/task-research.prompt.md |
| 53 | kind: prompt |
| 54 | - path: .github/prompts/task-plan.prompt.md |
| 55 | kind: prompt |
| 56 | - path: .github/prompts/task-implement.prompt.md |
| 57 | kind: prompt |
| 58 | - path: .github/prompts/task-review.prompt.md |
| 59 | kind: prompt |
| 60 | - path: .github/prompts/checkpoint.prompt.md |
| 61 | kind: prompt |
| 62 | # Git prompts |
| 63 | - path: .github/prompts/git-commit-message.prompt.md |
| 64 | kind: prompt |
| 65 | - path: .github/prompts/git-commit.prompt.md |
| 66 | kind: prompt |
| 67 | - path: .github/prompts/git-merge.prompt.md |
| 68 | kind: prompt |
| 69 | - path: .github/prompts/git-setup.prompt.md |
| 70 | kind: prompt |
| 71 | - path: .github/prompts/pull-request.prompt.md |
| 72 | kind: prompt |
| 73 | # Prompt Engineering prompts |
| 74 | - path: .github/prompts/prompt-analyze.prompt.md |
| 75 | kind: prompt |
| 76 | - path: .github/prompts/prompt-build.prompt.md |
| 77 | kind: prompt |
| 78 | - path: .github/prompts/prompt-refactor.prompt.md |
| 79 | kind: prompt |
| 80 | # Common instructions |
| 81 | - path: .github/instructions/writing-style.instructions.md |
| 82 | kind: instruction |
| 83 | - path: .github/instructions/markdown.instructions.md |
| 84 | kind: instruction |
| 85 | - path: .github/instructions/commit-message.instructions.md |
| 86 | kind: instruction |
| 87 | # Prompt Engineering instructions |
| 88 | - path: .github/instructions/prompt-builder.instructions.md |
| 89 | kind: instruction |
| 90 | # Git instructions |
| 91 | - path: .github/instructions/git-merge.instructions.md |
| 92 | kind: instruction |
| 93 | # Bundle-specific instructions |
| 94 | - path: .github/instructions/github-backlog-discovery.instructions.md |
| 95 | kind: instruction |
| 96 | maturity: experimental |
| 97 | - path: .github/instructions/github-backlog-planning.instructions.md |
| 98 | kind: instruction |
| 99 | maturity: experimental |
| 100 | - path: .github/instructions/github-backlog-triage.instructions.md |
| 101 | kind: instruction |
| 102 | maturity: experimental |
| 103 | - path: .github/instructions/github-backlog-update.instructions.md |
| 104 | kind: instruction |
| 105 | maturity: experimental |
| 106 | - path: .github/instructions/community-interaction.instructions.md |
| 107 | kind: instruction |
| 108 | maturity: experimental |
| 109 | display: |
| 110 | ordering: manual |