testing-workflow
Test execution and verification workflows for any testing framework. Use when user says "run tests", "testing workflow", or before deployment. Ensures comprehensive testing coverage and verification.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install ingramml-racial-terror-map-testing-workflow
Repository
Skill path: .claude/skills/generic-skills/testing-workflow
Test execution and verification workflows for any testing framework. Use when user says "run tests", "testing workflow", or before deployment. Ensures comprehensive testing coverage and verification.
Open repositoryBest for
Primary workflow: Run DevOps.
Technical facets: Full Stack, DevOps, Testing.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: Ingramml.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install testing-workflow into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/Ingramml/racial-terror-map before adding testing-workflow to shared team environments
- Use testing-workflow for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: Testing Workflow description: Test execution and verification workflows for any testing framework. Use when user says "run tests", "testing workflow", or before deployment. Ensures comprehensive testing coverage and verification. allowed-tools: Read, Bash, Glob version: 1.0.0 --- # Testing Workflow ## Purpose Provide standardized testing workflows and verification checklists for projects using any testing framework. ## When This Activates - User says "run tests", "test", "testing" - Before deployment - After implementation complete ## Steps ### Step 1: Detect Test Framework Identify testing framework from project: - Jest - Pytest - Mocha - JUnit - etc. ### Step 2: Execute Test Checklist Run checklists/testing-checklist.md ### Step 3: Run Tests Execute appropriate test command ### Step 4: Report Results Summarize test results, coverage, failures ### Step 5: Suggest Fixes If tests fail, suggest debugging approaches --- ## Supported Frameworks - JavaScript: Jest, Mocha, Jasmine - Python: Pytest, unittest - Java: JUnit, TestNG - Other: Framework-agnostic patterns --- ## Changelog ### Version 1.0.0 (2025-10-20) - Initial release --- **End of Skill**