cost-actions

Extracts action items from Confluence cost reports and creates DEVSECOPS Jira tickets.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill cost-actions-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cost-actions
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/cost-anomalies/skills/cost-actions
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill cost-actions-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After weekly or monthly cloud cost review meetings, action items discussed in Confluence report comments often go untracked. This Skill reads the published cost report page and its comments, extracts action items, and converts them into DEVSECOPS Jira tickets so follow-ups are not lost. ## Core Features & Use Cases - Action Item Extraction: Parses the report's "Action Items Outstanding" table and scans footer and inline comments for action signals like "investigate", "reduce", or "follow up". - Duplicate Detection: Searches Jira via JQL for recent cost-optimization tickets on the same resource and skips items that already have open tickets. - Preview and Dry-Run: Shows proposed tickets with owner, savings estimate, and source before creation, with a --dry-run flag to preview without creating. - Use Case: After a monthly Azure cost anomaly review meeting, run the skill with the month argument to automatically file DEVSECOPS tasks for each agreed optimization action, complete with cost impact and meeting notes. ## Quick Start Run the cost-actions skill for last week to extract action items from the cost report and create the corresponding Jira tickets.

Frequently Asked Questions about cost-actions

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

FAQPage Schema
How do I create Jira tickets from Confluence meeting notes?

Run this skill with a period argument like a month name or date range. It reads the Confluence cost report page and its comments, extracts action items, previews proposed tickets, and creates them in the DEVSECOPS Jira project after confirmation.

How to avoid duplicate Jira tickets for cost optimization tasks?

The skill runs a JQL search for recent DEVSECOPS tickets matching the resource name with the cost-optimization label. Items with an existing open ticket from the last 30 days are shown in the preview but skipped by default.

Can I preview Jira tickets before creating them?

Yes, pass the --dry-run flag to see the full preview of proposed tickets without creating anything. Even without the flag, the skill displays all proposed tickets and asks for confirmation before creating them.

What happens if the Confluence cost report page is not found?

The skill reports that no page was found for the derived title and prompts you to publish the report first using the cost-report skill, then re-run after the meeting. It does not create any tickets in this case.

Does the skill assign Jira tickets to action item owners?

It assigns tickets when the owner's email from an @mention or report row resolves to a Jira account. If the email is not found in Jira, the ticket is left unassigned and this is noted in the ticket description.