evaluate

Automate API tests, Playwright UI interactions, and JSON schema validation.

3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill evaluate-cwijayasundara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluate
Source: https://github.com/cwijayasundara/claude_harness_eng_v5/tree/main/.claude/skills/evaluate
Command: npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill evaluate-cwijayasundara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, playwright, jsonschema, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of sprint contract criteria, ensuring application quality and compliance without manual testing.

Core Features & Use Cases

  • API Checks: Execute API tests to validate endpoint functionality and response formats.
  • Playwright Interaction: Simulate user interactions and validate UI flows and component behaviors.
  • Schema Validation: Ensure data structures adhere to defined schemas for accuracy and consistency.
  • Use Case: Use this Skill to verify a newly implemented feature meets all sprint requirements before deployment.

Quick Start

Evaluate the sprint contract for the 'featureA' group.

Frequently Asked Questions about evaluate

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

FAQPage Schema
How do I automate sprint contract verification for API endpoints and UI flows?

Automate sprint contract verification by executing API endpoint tests, simulating Playwright UI interactions, and validating response schemas to ensure application functionality meets requirements without manual testing.

How does schema validation work for API testing workflows?

Schema validation in API testing checks data structure compliance by ensuring API response formats adhere to defined JSON schemas for accuracy and consistency during sprint quality assurance.

Can I use Playwright for UI interaction testing to verify sprint requirements?

Yes, you can use Playwright for UI interaction testing to simulate user interactions and validate UI flows and component behaviors, confirming newly implemented features meet sprint contract criteria.

What dependencies do I need to run API tests and schema validation?

You need the requests library for API tests, Playwright for UI interaction, and jsonschema for schema validation to execute automated quality assurance workflows.

What is the best way to verify application functionality before deployment?

The best way to verify application functionality before deployment is automating sprint contract checks using API tests, Playwright UI simulation, and schema validation to ensure quality and compliance.

When should I use automated quality assurance instead of manual testing?

Use automated quality assurance when verifying sprint contract criteria for newly implemented features, ensuring application quality and data structure compliance efficiently without the overhead of manual testing.