finalize-sus

Automate SUS task closure by updating Jira, transitioning status, and logging hours.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finaliza uma tarefa SUS após o fix: comenta no Jira, transiciona o status, registra padrões aprendidos e lança apontamento de horas via o apontamento interno do geo-ops. Gatilhos: /finalizar-tarefa-sus SUS-XXXX, 'finalizar tarefa SUS', 'enviar para revisao', 'fechar SUS'.

Core Features & Use Cases

  • Comentário detalhado no Jira com o formato correto, incluindo as URLs dos PRs quando houver.
  • Transição de status da tarefa com as regras definidas (Ready to Review ou Done) e validação de PRs.
  • Registro de aprendizados e apontamento de horas via geo-ops MCP.

Quick Start

Forneça os inputs obrigatórios (_task_key, _date, _hora_inicio, _pr_urls, _resumo, _repos_alterados) para iniciar o fluxo de finalização.

Frequently Asked Questions about finalize-sus

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

FAQPage Schema
How do I automate Jira issue transitions and time tracking after completing a fix?

Automating Jira issue transitions and time tracking after a fix requires coordinating status updates, standardized comments, and timesheet logging. This Skill handles post-fix closure by transitioning issues to Ready to Review or Done, adding PR URLs, and logging hours via internal endpoints.

What inputs do I need to start automating Jira task closure with PR validation?

To automate Jira task closure with PR validation, you need a task key, date, start time, PR URLs, a summary, and a list of changed repositories. These inputs drive the workflow to post standardized comments, validate PRs, transition the issue status, and record learned patterns.

Can I transition Jira issues without a linked pull request?

Yes, you can transition Jira issues without a linked pull request for analysis-only scenarios. The workflow supports both SUS tasks with associated PRs and scenarios requiring only issue comments, status transitions, and timesheet entries without code changes.

How does automated Jira commenting handle multiple repository changes?

Automated Jira commenting handles multiple repository changes by standardizing the comment format to include all provided PR URLs and affected repositories. This ensures the Jira issue accurately reflects every repository modified during the fix.

What is the best way to log hours in Jira while transitioning an issue to Done?

The best way to log hours while transitioning an issue to Done is to automate the timesheet entry alongside the status change. This Skill coordinates the Jira status transition with internal time-tracking endpoints to record hours and save learned patterns simultaneously.