planning-board

Automate QA gate actions on the Planning Board by reading tickets, posting test comments, and updating statuses.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/dwoolworth/devteam --skill planning-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-board
Source: https://github.com/dwoolworth/devteam/tree/main/templates/skills/qa/planning-board
Command: npx skills add https://github.com/dwoolworth/devteam --skill planning-board

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates QA gate interactions on the Planning Board by enabling QA to read tickets, post test result comments, and update ticket statuses during validation.

Core Features & Use Cases

  • Read tickets in the QA queue with full details and filtering by status.
  • Post structured test result comments to tickets to document verification outcomes.
  • Move tickets to rfp on PASS or in-progress on FAIL, enforcing the pre-defined sequencing rules.

Quick Start

Trigger the QA Planning Board workflow to read in-qa tickets, add detailed test result comments, and update ticket status accordingly.

Frequently Asked Questions about planning-board

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

FAQPage Schema
How do I automate QA gate ticket transitions on a planning board?

Automate QA gate ticket transitions by reading in-qa tickets, posting structured test result comments, and moving tickets to rfp on PASS or in-progress on FAIL through API interactions and policy checks for auditability.

What is the best way to post structured QA test result comments to planning board tickets?

Post structured QA test result comments by triggering the workflow to read ticket details, document verification outcomes, and update the ticket status accordingly to enforce pre-defined sequencing rules.

Can I filter planning board tickets by status when reading the QA queue?

Yes, you can filter planning board tickets by status. The workflow reads tickets in the QA queue with full details and applies filtering by status to identify items ready for validation.

How does a QA gate workflow handle ticket status updates on test failure?

On test failure, the QA gate workflow updates the ticket status by moving it back to in-progress. It enforces pre-defined sequencing rules and error handling to ensure proper ticket transitions during validation.

Do I need specific dependencies to automate planning board ticket status updates?

No specific dependencies are required to automate planning board ticket status updates. The workflow implements API interactions and policy checks independently to ensure proper sequencing and auditability during ticket transitions.