good-skill

Validate skill-eval pipelines with a standards-compliant test Skill Unit.

12|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agent-skill-eval --skill good-skill-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: good-skill
Source: https://github.com/aws-samples/sample-agent-skill-eval/tree/main/evals/files/good-skill
Command: npx skills add https://github.com/aws-samples/sample-agent-skill-eval --skill good-skill-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

A well-structured test skill that follows the agentskills.io spec provides a drop-in unit for validating evaluation pipelines and tooling, ensuring consistent discovery and basic execution.

Core Features & Use Cases

  • Conforms to the agentskills.io SKILL.md frontmatter including name and description
  • Includes a safe sample script (scripts/process.py) to exercise deterministic tasks
  • Serves as a minimal, standards-compliant example for QA and onboarding

Quick Start

Run this skill through an agent to verify discovery and safe execution of its sample script.

Frequently Asked Questions about good-skill

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

FAQPage Schema
How do I validate an agent skill discovery and parsing pipeline?

To validate an agent skill discovery and parsing pipeline, you can use a standards-compliant test Skill Unit that includes a root SKILL.md with metadata and a deterministic execution script.

What is a standards-compliant test skill for QA automation?

A standards-compliant test skill for QA automation provides a minimal, drop-in unit conforming to the agentskills.io spec to ensure consistent discovery, frontmatter parsing, and basic script execution.

How do I test deterministic script execution in AI agent workflows?

You test deterministic script execution in AI agent workflows by running a sample script, such as process.py, through an agent to verify safe and predictable task execution within the pipeline.

Do I need external dependencies to test skill evaluation tooling?

No external dependencies are required to test skill evaluation tooling, as the test skill operates independently with a self-contained SKILL.md and a safe sample script for immediate validation.

Can I use this test skill for onboarding and QA validation?

Yes, you can use this test skill for onboarding and QA validation, as it serves as a minimal, standards-compliant example to verify tooling and skill discovery without complex setup.