parse-finding

Convert Jira XML/RSS or Markdown security findings into an HTML report with renamed images.

Updated Jun 23, 2024
One-click install
npx skills add https://github.com/n4igme/randscript --skill parse-finding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parse-finding
Source: https://github.com/n4igme/randscript/tree/main/llm/skills/parse-finding
Command: npx skills add https://github.com/n4igme/randscript --skill parse-finding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates raw security finding data (XML/RSS Jira exports or Markdown exports) into a structured, Jira-ready report. This removes the manual effort of reformatting findings for Jira and organizing related screenshots.

Core Features & Use Cases

  • HTML report generation that opens in a browser for easy copy-paste into Jira.
  • Renamed, descriptively-named image assets ready for drag-and-drop into Jira.
  • Supports input from Jira XML/RSS and Markdown exports, including embedded images.
  • Optional context file support to enrich the Info Panel and findings metadata.

Quick Start

Place your raw finding data in the ./finding/ directory and run the skill with /parse-finding <folder>.

Frequently Asked Questions about parse-finding

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

FAQPage Schema
How do I convert Markdown security findings into a Jira-ready report?

To convert Markdown security findings into a Jira-ready report, place your raw data in the ./finding/ directory. The tool processes the Markdown exports, renames embedded image assets, and outputs a structured HTML file for easy copy-pasting into Jira issues.

Can I use Jira XML RSS exports to generate an HTML report?

Yes, you can use Jira XML RSS exports to generate an HTML report. The tool reads XML input data directly, consolidates the raw finding information, and produces a Jira-friendly HTML file along with descriptively renamed image assets.

What is the best way to consolidate raw security findings and screenshots for Jira?

The best way to consolidate raw security findings and screenshots for Jira is using an automated parser. It removes manual reformatting effort by extracting data, renaming images for drag-and-drop, and generating a structured HTML report that opens in your browser.

Do I need Python to parse Jira XML exports into HTML?

Yes, you need Python installed to parse Jira XML exports into HTML. The script relies on a Python environment to read the XML or Markdown inputs, process the finding data, rename the image assets, and output the final HTML file.

How do I add context metadata when converting security findings to HTML?

To add context metadata when converting security findings to HTML, provide an optional context file alongside your raw inputs. The tool uses this file to enrich the Info Panel and findings metadata within the generated Jira-ready HTML report.

Why are my images not showing up when I copy the HTML report into Jira?

If images are not showing up, ensure you are using the descriptively renamed image assets generated by the tool. The parser renames images specifically for drag-and-drop into Jira, and the HTML file opens a Finder folder to locate these assets.