track-work-ticketize

Detect ticket candidates from Jira events and post them to Slack.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/diptanshuagrawal/synapse --skill track-work-ticketize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-work-ticketize
Source: https://github.com/diptanshuagrawal/synapse/tree/main/work-context/scheduled-tasks/track-work-ticketize
Command: npx skills add https://github.com/diptanshuagrawal/synapse --skill track-work-ticketize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the detection of ticket candidates from previous working days and posts them to a Slack channel, streamlining the ticketing process.

Core Features & Use Cases

  • Ticket Candidate Detection: Identifies potential tickets from previous working days.
  • Slack Posting: Posts the ticket candidate list to a designated Slack channel with interactive buttons for approval or rejection.
  • Use Case: For teams using Jira and Slack, this Skill saves time by automating the ticketing process, allowing team members to review and approve or reject tickets directly from Slack.

Quick Start

Run the skill by executing 'ticketize detect' to automatically detect and post ticket candidates for the previous working day to the #track-work channel.

Frequently Asked Questions about track-work-ticketize

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

FAQPage Schema
How do I automate Jira ticket detection and post candidates to Slack?

You can automate ticket detection by running Python scripts that scan historical Jira events and post ticket candidates directly to a Slack channel with interactive buttons for review.

Can I approve or reject Jira ticket candidates directly from Slack?

Yes, ticket candidates are posted to a designated Slack channel with interactive buttons, allowing team members to review and approve or reject them directly within the Slack interface.

Does this ticketing automation handle deduplication for Jira events?

Yes, the ticketing automation handles deduplication of Jira events and suppresses on-call candidates to prevent redundant tickets from being posted to your Slack channel.

What do I need to set up to detect Jira tickets and send them to Slack?

You need active access to both Jira and Slack, along with Python scripts for processing historical events and posting the detected ticket candidates to your specified Slack channel.

How do I start detecting ticket candidates from previous working days?

Execute the command 'ticketize detect' to automatically identify potential tickets from the previous working day and post the candidate list to the #track-work Slack channel.