@tank/bdd-issue-fixer

Automate GitHub issue resolution through BDD workflows and Gherkin scenarios.

1|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/tankpkg/skills --skill tank-bdd-issue-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @tank/bdd-issue-fixer
Source: https://github.com/tankpkg/skills/tree/main/skills/bdd-issue-fixer
Command: npx skills add https://github.com/tankpkg/skills --skill tank-bdd-issue-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of resolving GitHub issues by leveraging Behavior-Driven Development (BDD) principles, ensuring robust fixes and clear documentation.

Core Features & Use Cases

  • Automated Issue Triage: Classifies issues as bugs, features, or invalid reports.
  • BDD Test Generation: Translates issues into executable Gherkin scenarios.
  • RED-GREEN-FIX Cycle: Implements a rigorous test-driven development loop.
  • Automated Verification: Ensures fixes do not introduce regressions.
  • PR Generation: Creates pull requests with tests, fixes, and evidence.

Quick Start

Use the bdd-issue-fixer skill to fix the GitHub issue number 123.

Frequently Asked Questions about @tank/bdd-issue-fixer

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

FAQPage Schema
How do I automate fixing a GitHub issue using BDD?

To automate fixing a GitHub issue using BDD, this Skill triages the issue, translates it into executable Gherkin scenarios, and runs a RED-GREEN-FIX development cycle. It then verifies the code against test suites and submits a pull request with evidence.

What is the RED-GREEN-FIX cycle in automated issue resolution?

The RED-GREEN-FIX cycle in automated issue resolution is a test-driven development loop. It synthesizes patterns from BDD and TDD to implement rigorous fixes, ensuring the automated verification process prevents regressions before generating a pull request.

Can I translate GitHub issues into Gherkin scenarios automatically?

Yes, you can translate GitHub issues into Gherkin scenarios automatically. The Skill handles automated issue triage by classifying reports as bugs, features, or invalid, and then generates executable Gherkin scenarios to drive the development workflow.

Does automated issue fixing ensure verification against existing test suites?

Automated issue fixing includes automated verification against test suites to ensure fixes do not introduce regressions. This verification happens during the RED-GREEN-FIX cycle before the Skill generates a pull request containing the tests, fixes, and evidence.

What is the best way to generate a pull request with BDD evidence?

The best way to generate a pull request with BDD evidence is to use an automated workflow that triages issues, creates Gherkin scenarios, and runs a test-driven development loop. This Skill automatically compiles the tests, fixes, and verification evidence into the pull request.

Do I need to manually triage GitHub issues before using BDD test generation?

No, you do not need to manually triage GitHub issues before using BDD test generation. The Skill performs automated issue triage by classifying issues as bugs, features, or invalid reports before translating them into executable Gherkin scenarios.