aist-jira-description

Group SAST findings by group_name and project path prefix into Jira tickets.

Updated Aug 31, 2025
One-click install
npx skills add https://github.com/aist-ai-sast/aist --skill aist-jira-description
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aist-jira-description
Source: https://github.com/aist-ai-sast/aist/tree/main/.claude/skills/aist-jira-description
Command: npx skills add https://github.com/aist-ai-sast/aist --skill aist-jira-description

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of Jira tickets from SAST pipeline findings by grouping similar issues and summarizing per-finding remediation.

Core Features & Use Cases

  • Group findings by group_name into consolidated Jira tickets for related issues.
  • Subdivide tickets by project path prefix to map findings to correct projects and components.
  • Generate per-finding remediation notes using MCP code context when available to guide fixes.

Quick Start

Supply the findings feed to the skill to automatically generate Jira tickets with grouped issues and per-finding remediation notes.

Frequently Asked Questions about aist-jira-description

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

FAQPage Schema
How do I automate Jira ticket creation from SAST security findings?

Automating Jira ticket creation from SAST security findings involves grouping similar issues by group_name and subdividing them by project path prefix to map findings to correct components, then generating per-finding remediation notes using MCP code context for guided fixes.

How does grouping security findings by project path prefix improve remediation planning?

Grouping security findings by project path prefix maps vulnerabilities to correct projects and components, enabling batch ticket creation for accurate triage and targeted issue resolution across multiple pipeline paths.

Can I generate remediation notes for SAST findings using MCP code context?

Yes, you can generate per-finding remediation notes using MCP code context when available, which guides fixes by annotating specific security findings within the grouped Jira tickets created from pipeline results.

What is the best way to batch create Jira tickets for grouped security vulnerabilities?

The best way to batch create Jira tickets for grouped security vulnerabilities is to parse the findings feed, consolidate related issues by group_name, subdivide by project path prefix, and generate per-finding remediation notes for triage planning.

Do I need MCP code context to generate Jira tickets from pipeline findings?

No, you do not need MCP code context to generate Jira tickets from pipeline findings, but utilizing it when available enhances the output by providing per-finding remediation notes to better guide code fixes.