awf-test

Automate software testing workflows with Jest and custom TypeScript scripts.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/buiminhduc23011/awf-for-codex --skill awf-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awf-test
Source: https://github.com/buiminhduc23011/awf-for-codex/tree/main/skills/awf-test
Command: npx skills add https://github.com/buiminhduc23011/awf-for-codex --skill awf-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining software quality by providing a structured, automated testing workflow that guides users through test strategy selection, execution, and result analysis.

Core Features & Use Cases

  • Test Strategy Selection: Offers guided choices between Quick Check, Full Suite, or Manual Verification based on user needs.
  • Automated Execution: Automatically scans for test files and executes them using Jest or custom TypeScript scripts.
  • Simplified Reporting: Translates complex technical test results into clear, actionable insights for non-technical users.

Quick Start

Invoke the awf-test skill to run a quick check on the current project to ensure recent changes have not introduced regressions.

Frequently Asked Questions about awf-test

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

FAQPage Schema
How do I automate Jest test execution for a TypeScript project?

You can automate Jest test execution by selecting a test strategy like Quick Check or Full Suite. This skill scans for test files and runs custom TypeScript scripts to ensure code stability and provide clear failure analysis.

What is the best way to interpret Jest test results for non-technical users?

Interpreting Jest test results for non-technical users requires translating complex technical outputs into actionable insights. This skill simplifies reporting by analyzing failures and providing clear, structured feedback on code stability.

Does automated testing work with custom TypeScript scripts?

Automated testing works with custom TypeScript scripts by integrating directly with Jest. The workflow facilitates test strategy selection and execution, ensuring your custom scripts are validated and code regressions are identified quickly.

How do I run a quick check for code regressions after recent changes?

Running a quick check for code regressions involves executing a targeted test strategy on your current project. This skill offers a Quick Check mode to automatically run relevant tests and verify recent changes have not introduced failures.

When should I choose manual verification over an automated test suite?

You should choose manual verification over an automated test suite when automated tests are insufficient or specific edge cases need targeted inspection. This skill provides a Manual Verification strategy to guide users through testing workflows.