import-security-issue-from-md

Parse Markdown security findings and create tracker issues in 'Needs triage'.

79|76|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/apache/airflow-steward --skill import-security-issue-from-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-security-issue-from-md
Source: https://github.com/apache/airflow-steward/tree/main/.claude/skills/import-security-issue-from-md
Command: npx skills add https://github.com/apache/airflow-steward --skill import-security-issue-from-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill parses a markdown file containing one or more security findings and creates individual tracker issues for each finding in the designated tracker, enabling batch triage and standardized intake.

Core Features & Use Cases

  • Parses a Markdown file with multiple findings and splits them into separate trackers.
  • Creates trackers in the 'Needs triage' stage with standard body content mapped from the findings.
  • Guards against duplicates by surfacing potential matches to review before importing.
  • Works with Markdown-formatted security reports produced by AI reviews, SAST scans, or third-party analysts.

Quick Start

Invoke the skill on a markdown file containing one or more findings to begin importing trackers.

Frequently Asked Questions about import-security-issue-from-md

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

FAQPage Schema
How do I batch import security findings from a Markdown file into tracker issues?

You can batch import security findings from a Markdown file by parsing it to create individual tracker issues in the 'Needs triage' board. This standardizes intake from security reviews or scanners into actionable trackers.

What is the best way to automate triage for Markdown security reports?

Automating triage for Markdown security reports involves parsing the file to split findings into separate trackers with standard body content. This approach allows teams to process batches of AI reviews or SAST scans efficiently into a unified board.

Does importing Markdown security issues require GitHub CLI access?

Yes, importing Markdown security issues requires gh CLI access and tracker project permissions. These prerequisites allow the parser to interact with your repository and automatically create the individual tracker issues.

Can I prevent duplicate tracker issues when importing security findings from Markdown?

Yes, you can prevent duplicate tracker issues during Markdown import using a soft guard mechanism. This feature surfaces potential matches for review before creating new trackers, ensuring your 'Needs triage' board remains clean.

How are Markdown sections mapped to tracker fields when creating security issues?

Markdown sections are mapped directly to standard tracker fields when creating security issues. This structured parsing ensures that each finding's details are accurately populated into the body content of the individual trackers.