test-review

Run automated and manual tests for tasks in 'to-test' status.

10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dnviti/claude-task-development-framework --skill test-review-dnviti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/dnviti/claude-task-development-framework/tree/main/skills/test-review
Command: npx skills add https://github.com/dnviti/claude-task-development-framework --skill test-review-dnviti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the testing phase of task completion by automating test execution, guiding manual verification, and managing the 'to-test' lifecycle.

Core Features & Use Cases

  • Automated Test Execution: Runs project-specific test suites and targeted tests.
  • Manual Testing Guidance: Generates step-by-step instructions for manual verification.
  • Lifecycle Management: Manages tasks through the status:to-test phase, including automated and manual checks.
  • Use Case: After a developer implements a new feature, this skill can automatically run all relevant tests, report the results, and provide clear instructions for the QA team to manually verify the implementation before marking the task as complete.

Quick Start

Run automated and manual tests for the task with code TASK-CODE.

Frequently Asked Questions about test-review

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

FAQPage Schema
How do I automate test execution for tasks moving to a to-test status?

Automated test execution for to-test tasks is handled by detecting test configurations from CLAUDE.md or project files, running the targeted test suites, and reporting the results to guide task lifecycle completion. The skill integrates with GitHub or GitLab to update issue tracking and create pull requests.

Does this testing workflow integrate with GitHub and GitLab for issue tracking?

Yes, the testing workflow integrates directly with GitHub and GitLab. It manages the task lifecycle through to completion or issue reporting, automatically updating issue tracking and facilitating PR creation based on test results.

How do I generate step-by-step instructions for manual QA verification?

Manual testing guidance is generated by the skill to provide step-by-step instructions for verification. This guides the QA team through manual checks required before marking the task status as complete, ensuring comprehensive coverage alongside automated tests.

Can I use CLAUDE.md to configure automated tests for my project?

Yes, you can use CLAUDE.md to configure automated tests. The skill detects test configurations directly from CLAUDE.md or other project files to execute project-specific test suites and targeted tests, streamlining the testing phase of task completion.

What is the best way to manage the task lifecycle during the testing phase?

The best way to manage the task lifecycle during testing is to automate test execution and manual verification together. This skill handles the to-test status phase, running checks and reporting issues to GitHub or GitLab, ensuring smooth transitions to completion.