Verify Features banner
AgentWorkforce AgentWorkforce

Verify Features

Development community

Description

# verify-features Use when you need to verify that a specific feature or set of features works correctly from a user perspective, or when checking system health after a code change. ## What this skill covers - Reading the feature manifest to understand what exists - Running end-to-end verification of features by tier - Identifying which features to verify given a specific code change - Diagnosing failures and determining root cause ## Feature manifest location ```text .agentworkforce/featur

Installation

Installs to ~/.claude/skills/agentworkforce-relay-verify-features/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentworkforce-relay-verify-features && curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/HEAD/.claude/skills/verify-features.md -o ~/.claude/skills/agentworkforce-relay-verify-features/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository