Agentic Workflows
Autonomous Agents Agentic Workflows
13 workflows — multi-step AI automation tools for coding agents on Autonomous Agents.
sidebutton install agents Autonomous Agents agentic workflows
13Git pull on all repos and reinstall skill packs
None
Drive a ticket to completion — plan, dispatch SE/QA, track PRs, merge, validate, close. Idempotent.
-
ticket_url· stringJira ticket URL (parent with subtasks, or ticket to plan) -
hint· stringOptional extra instructions for the agent
Full sprint lifecycle — plan, manage, close. Phase-detecting and idempotent.
-
project_key· stringJira project key (e.g. SCRUM). Leave empty to read from agent env. -
capacity· stringTarget capacity (e.g. '10 tickets' or '40 points'). Leave empty to use velocity baseline. -
hint· stringOptional focus: 'plan only', 'dispatch stalled', 'close sprint', 'move tickets', etc.
Re-review PR after developer addresses prior QA feedback — does NOT test live site
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Regression test affected modules on the live/deployed site after merge
-
ticket_url· stringJira ticket URL -
depth· string · defaultL3Max test depth: L0 (smoke), L1 (structure), L2 (interaction), L3 (data) -
hint· stringOptional extra instructions for the agent
Review PR code against ticket acceptance criteria — does NOT test live site
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Test the live site against ticket scope — no PR, tests production directly
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Find the lowest-coverage module, explore it in the browser, improve its skill files
-
hint· stringOptional extra instructions for the agent
Read review feedback, apply changes to existing PR, push updates
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Read ticket, understand context, implement fix, create PR, report back
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Investigate bug, trace root cause, implement fix, create PR
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Review PR, resolve conflicts, fix issues, merge, report back
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent
Investigate bug, trace root cause, report findings without fixing
-
ticket_url· stringJira ticket URL -
hint· stringOptional extra instructions for the agent