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.