sus-resolution

Orchestrate SUS tasks by locating Jira issues and delegating to domain skills.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill sus-resolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sus-resolution
Source: https://github.com/tecnologia-ibtech/geo-codex/tree/main/geo-sus/skills/sus-resolution
Command: npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill sus-resolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orquestrador principal de tarefas SUS (Sustentacao/Maintenance). Busca a tarefa no Jira, identifica o produto/repo, avalia confianca, e delega para a skill de dominio correta (resolve-analytics, resolve-fvc, ou outra). Apos o fix, chama finalize-sus para Jira + apontamento. Triggers: /resolve-sus SUS-XXXX, /check-sus, 'resolver SUS', 'pegar tarefa SUS', ou qualquer mencao a chaves SUS-XXXX.

Core Features & Use Cases

  • Orquestra o fluxo de resolução de SUS desde a captura da tarefa até a delegação para a skill de dominio correta.
  • Avalia contexto de produto/repo, aplica heurísticas e padrões aprendidos, e aciona a skill de dominio apropriada (resolve-analytics, resolve-fvc, ou outra).
  • Ao concluir o fix, invoca finalize-sus para registrar no Jira e carregar padrões aprendidos para uso futuro.

Quick Start

Inicie o fluxo com /resolve-sus SUS-XXXX para que o orquestrador busque a tarefa no Jira, delegue para a skill de dominio adequada e finalize o progresso com o Jira.

Frequently Asked Questions about sus-resolution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Jira issue routing for SUS maintenance tasks?

To automate Jira issue routing for SUS maintenance tasks, the orchestrator fetches issue data via Jira MCP, applies product mapping heuristics, and delegates work to the correct domain skill based on confidence scoring.

What is the best way to orchestrate resolution across multiple SUS task scenarios?

The best way to orchestrate resolution across multiple SUS task scenarios is to use an orchestrator that evaluates product context, scores confidence, and routes work to specialized domain skills like resolve-analytics or resolve-fvc.

How do I track time and finalize Jira issues after completing a SUS fix?

To track time and finalize Jira issues after completing a SUS fix, you invoke a finalization step that registers progress in Jira and loads learned patterns for future task resolution.

Can I use this orchestration workflow for .NET integration and analytics tasks?

Yes, you can use this orchestration workflow for .NET integration and analytics tasks, as it evaluates product context and routes work to domain skills specialized in those specific areas.

How does confidence scoring work when delegating SUS tasks to domain skills?

Confidence scoring when delegating SUS tasks evaluates product context and applies learned heuristics to determine the most appropriate domain skill for routing the specific issue.