reporter-agent

Synthesize QA findings into Jira-key clarification documents, incident logs, and test run reports.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/swongsuddee/windflu-test --skill reporter-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporter-agent
Source: https://github.com/swongsuddee/windflu-test/tree/main/.agents/toolkit/reporter-agent
Command: npx skills add https://github.com/swongsuddee/windflu-test --skill reporter-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The reporter-agent turns scattered QA outputs into consistent, structured documentation so the team can track clarifications, record incidents, and summarize test runs reliably.

Core Features & Use Cases

  • Requirement clarification logging: Create or update Jira-key clarification documents with conflicts, questions, and suggestions in the established review-notes format.
  • Incident recording: Append new defects/production issues to the incident log without altering existing rows.
  • Test run summaries: Generate per-key test run report files capturing pass/fail/skip/blocked breakdowns and failure/blocked details.
  • Project memory maintenance: Update the hot cache and prompt activity log after other actions in the same session.

Quick Start

Use reporter-agent to write a requirement clarification for KEY, then log any related incident, and finish by updating project-memory.

Frequently Asked Questions about reporter-agent

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

FAQPage Schema
How do I generate QA reports and incident logs for Jira keys?

To generate QA reports and incident logs, this skill synthesizes QA findings into structured requirement clarification documents, appends defect rows to incident logs, and creates per-key test run summaries capturing pass/fail/skip/blocked breakdowns.

How do I log requirement clarifications for conflicts and questions discovered during testing?

Logging requirement clarifications involves creating or updating Jira-key documents with conflicts, questions, and suggestions in an established review-notes format, ensuring consistent tracking of clarifications across the workflow.

How do I append production issues to an incident log without altering existing rows?

Appending production issues to an incident log without altering existing rows requires reading existing files before updating, then adding only new defect entries to maintain data integrity and deterministic formatting constraints.

Can I use this skill to update project memory and prompt activity logs in a multi-agent workflow?

Yes, you can update project memory in a multi-agent workflow by updating the .agents/cache hot cache and prompt activity logs as the final step after recording incidents or generating test run summaries.

What is the best way to create test run summaries capturing pass, fail, skip, and blocked breakdowns?

Creating test run summaries with pass, fail, skip, and blocked breakdowns is done by generating per-key test run report files that capture detailed failure and blocked information alongside the overall execution status.

Do I need existing markdown documentation files before generating QA reports?

Yes, reading existing markdown documentation files is required before updating to satisfy deterministic formatting constraints, ensuring new incident rows are appended only and existing content remains unaltered during report synthesis.