report

Convert triage and plan data into a structured Markdown pentest report.

18|3|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/kalpmodi/akira --skill report-kalpmodi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/kalpmodi/akira/tree/main/skills/report
Command: npx skills add https://github.com/kalpmodi/akira --skill report-kalpmodi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads triage.md and plan.md (optional) from an engagement to generate a single, structured Markdown pentest report, saving time and reducing manual drafting.

Core Features & Use Cases

  • Reads triage.md (required) and plan.md (optional) to populate the report from engagement data.
  • Produces a structured document with Executive Summary, Findings, and Methodology sections.
  • Writes the final report to a dated path such as ~/pentest-toolkit/results/<target>/report-YYYY-MM-DD.md.

Quick Start

Run the /report command after triage data is available to generate the final Markdown report.

Frequently Asked Questions about report

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

FAQPage Schema
How do I automate pentest report generation from triage data?

To automate pentest report generation, the Skill reads triage.md and plan.md files from your engagement results to produce a structured Markdown document containing executive summaries, findings tables, and methodology sections.

What is the process for converting bug bounty triage outputs into a structured report?

Converting bug bounty triage outputs into a structured report requires a triage.md file containing assessment data, which is then automatically transformed into a final Markdown report featuring standardized executive summary, findings, and methodology sections.

Do I need a plan.md file to generate a pentest report?

A plan.md file is not required to generate a pentest report, as it is an optional input. However, a triage.md file is strictly required to populate the final structured Markdown document.

Where are the final Markdown pentest reports saved?

Final Markdown pentest reports are saved to a dated directory path at ~/pentest-toolkit/results/<target>/report-<YYYY-MM-DD>.md, organizing assessment outputs by engagement target and date.

Can I use this automated documentation tool for internal security engagements?

You can use this automated documentation tool for internal security engagements, as it applies to completed assessments across both internal engagements and Bug Bounty submissions to produce structured reports.