kdb

Generate manual before/after test plans comparing branch behavior against master.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ruimfernandes/claude --skill kdb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kdb
Source: https://github.com/ruimfernandes/claude/tree/main/skills/kdb
Command: npx skills add https://github.com/ruimfernandes/claude --skill kdb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns branch changes into concrete, manager-facing manual testing steps that compare expected behavior on the current branch versus the baseline master.

Core Features & Use Cases

  • Before/After Manual Verification: Produces a clear test plan to reproduce the old behavior on master and verify the new behavior on the current branch.
  • Jira-Guided Repro Planning: When a Jira ticket is provided, it requires fetching the ticket through the Atlassian MCP before using any ticket details.
  • Platform-Observable Guidance: Focuses on user-visible actions and outcomes rather than unit tests or code-only reasoning, producing tight step-by-step instructions.

Quick Start

Use KdB to generate a manual before/after test plan for a branch diff against master and manager login verification steps.

Frequently Asked Questions about kdb

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

FAQPage Schema
How do I generate manual testing steps to verify branch changes against master?

To generate manual testing steps for branch verification, provide the branch diff and optionally a Jira ticket. The tool produces a structured before/after test plan comparing expected behavior on master against the current branch.

What is manual regression testing for release validation?

Manual regression testing for release validation reproduces prior behavior on master and validates changed behavior on the current branch. It focuses on user-observable platform outcomes and concrete navigation steps for managers.

Can I use a Jira ticket to guide manual reproduction steps?

Yes, you can use a Jira ticket to guide manual reproduction steps. The system requires fetching the ticket through the Atlassian MCP before using any ticket details to ensure accurate test plan generation.

Does manual testing work with Jira for release validation?

Manual testing integrates with Jira for release validation by optionally accepting a ticket ID. It looks up the ticket via Atlassian MCP and uses the details to generate focused before/after verification steps.

What's the best way to write manager-ready manual test plans?

The best way to write manager-ready manual test plans is to focus on user-observable platform outcomes rather than unit tests. Generate concrete navigation actions and structured before/after verification steps against master.

Do I need the Atlassian MCP to generate Jira-guided reproduction steps?

Yes, you need the Atlassian MCP to generate Jira-guided reproduction steps. The system mandates a Jira lookup via Atlassian MCP before incorporating any ticket details into the manual test plan.