dogfooding-teatree

Execute a self-qualification checklist for TeaTree's CLI, Loop, and Statusline.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/souliane/teatree --skill dogfooding-teatree
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dogfooding-teatree
Source: https://github.com/souliane/teatree/tree/main/skills/dogfooding-teatree
Command: npx skills add https://github.com/souliane/teatree --skill dogfooding-teatree

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires teatree, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates self-QA processes for TeaTree's CLI, Loop, and Statusline, reducing the need for manual verification and speeding up debugging.

Core Features & Use Cases

  • Verify a Change: Ensures changes to the CLI/Loop/Statusline work as intended before merging them into the main branch.
  • Hunt for Bugs: Proactively finds bugs in the deployed loop and statusline by running it against live data and logging findings.
  • Use Case: If a change has been made to TeaTree's CLI commands or Loop logic, run this Skill to validate that it works as expected.

Quick Start

Use the dogfooding-teatree skill to verify the change after modifying CLI/Loop/Statusline code.

Frequently Asked Questions about dogfooding-teatree

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

FAQPage Schema
How do I automate CLI debugging and self-QA checks for TeaTree post-update?

Automate CLI debugging and self-QA checks for TeaTree by executing a verification checklist that tests CLI, Loop, and Statusline integration, ensuring smooth operation post-updates and reducing manual verification overhead.

What is the best way to verify TeaTree Loop logic changes before merging?

Verify TeaTree Loop logic changes by executing a self-qualification checklist against live data to proactively hunt for bugs and validate that modifications work as intended before merging into the main branch.

Does this self-QA checklist require a specific TeaTree environment to run?

Running this self-QA checklist requires the teatree dependency installed in your development environment to properly test the integration of CLI commands, Loop logic, and Statusline components during development cycles.

Can I use this to find bugs in a deployed TeaTree Loop and Statusline?

You can use this to find bugs in a deployed TeaTree Loop and Statusline by executing the checklist against live data, logging findings to proactively identify and resolve integration issues.

When should I run a CLI integration checklist during my development cycle?

Run a CLI integration checklist during development cycles immediately after modifying TeaTree's CLI commands, Loop logic, or Statusline code to validate changes and prevent regressions before deployment.