Update Gitea operator guide and skill registry for role-aware task routing #144

Closed
opened 2026-07-05 01:51:44 -05:00 by jcwalker3 · 0 comments
Owner

Purpose

Update mcp_get_control_plane_guide, mcp_list_project_skills, and mcp_get_skill_guide so LLMs are told to resolve task capability before acting.

Acceptance criteria

  • Guide says:
    • do not hardcode identity
    • verify active identity/profile
    • resolve task capability
    • use correct namespace for the task
    • issue comments require gitea.issue.comment
    • PR comments do not imply issue comments
    • review/merge requires reviewer namespace
    • authoring requires author namespace
  • Skill registry includes or updates skills for:
    • issue commenting
    • PR review
    • PR merge
    • task capability resolution
    • profile/runtime diagnostics
  • Unknown/mismatched identity guidance points to capability resolver.
  • Tests cover guide output for author profile, reviewer profile, missing issue-comment permission, and static-profile safe next action.
  • No secrets or raw URLs exposed.

Related to #139.

## Purpose Update `mcp_get_control_plane_guide`, `mcp_list_project_skills`, and `mcp_get_skill_guide` so LLMs are told to resolve task capability before acting. ## Acceptance criteria * Guide says: * do not hardcode identity * verify active identity/profile * resolve task capability * use correct namespace for the task * issue comments require `gitea.issue.comment` * PR comments do not imply issue comments * review/merge requires reviewer namespace * authoring requires author namespace * Skill registry includes or updates skills for: * issue commenting * PR review * PR merge * task capability resolution * profile/runtime diagnostics * Unknown/mismatched identity guidance points to capability resolver. * Tests cover guide output for author profile, reviewer profile, missing issue-comment permission, and static-profile safe next action. * No secrets or raw URLs exposed. Related to #139.
jcwalker3 added the status:in-progress label 2026-07-05 05:26:24 -05:00
sysadmin removed the status:in-progress label 2026-07-05 10:28:00 -05:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#144