smaqit.input-validation
Validates and defaults test execution parameters before running validations.
Install
mkdir -p .claude/skills/smaqit-input-validation && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15828" && unzip -o skill.zip -d .claude/skills/smaqit-input-validation && rm skill.zipInstalls to .claude/skills/smaqit-input-validation
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Validate and elicit validation phase parameters from session context before test execution begins. Invoke automatically before starting the Validation phase to confirm or default execution preferences.Key capabilities
- →Extract explicit test scope overrides from session context
- →Apply standard defaults for unspecified parameters
- →Elicit parameters only when blocking test behavior
- →Confirm or default execution preferences
- →Proceed with validation using confirmed parameters
How it works
The skill scans the session context for explicit test preferences, applies defaults for any unspecified parameters, and elicits user input only when necessary to prevent incorrect test behavior.
Inputs & outputs
When to use smaqit.input-validation
- →Set test scope before execution
- →Confirm failure handling preferences
- →Determine reporting output format
About smaqit.input-validation
Scans session context for test overrides and applies default settings for scope, failure handling, and reporting if parameters are missing or ambiguous.
Validate and elicit validation phase parameters from session context before test execution begins. Invoke automatically before starting the Validation phase to confirm or default execution preferences.
When not to use it
- →When all parameters are explicitly defined and unambiguous
- →When the goal is to define Coverage specs
- →When the goal is to define test frameworks or assertion libraries
Limitations
- →The skill only elicits when a parameter is explicitly referenced but unspecified
- →The skill only elicits when ambiguity would produce the wrong test behavior
- →The skill does not define test frameworks or assertion libraries
How it compares
This skill automates the setup of validation parameters by applying defaults and only asking for clarification when essential, which is more efficient than manually configuring every test run.
Compared to similar skills
smaqit.input-validation side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| smaqit.input-validation (this skill) | 0 | 2mo | No flags | Beginner |
| webapp-testing | 353 | 3mo | Review | Intermediate |
| ui-ux-expert-skill | 91 | 9mo | Review | Advanced |
| skill-creator | 128 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
webapp-testing
anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ui-ux-expert-skill
fercracix33
Technical workflow for implementing accessible React user interfaces with shadcn/ui, Tailwind CSS, and TanStack Query. Includes 6-phase process with mandatory Style Guide compliance, Context7 best practices consultation, Chrome DevTools validation, and WCAG 2.1 AA accessibility standards. Use after Test Agent, Implementer, and Supabase agents complete their work.
skill-creator
anthropics
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
playwright-mcp
sfc-gh-dflippo
Browser testing, web scraping, and UI validation using Playwright MCP. Use this skill when you need to test Streamlit apps, validate web interfaces, test responsive design, check accessibility, or automate browser interactions through MCP tools.