testing
A testing utility for the WelineFramework, providing a structured approach to running localized tests.
Install
mkdir -p .claude/skills/testing-aiweline && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13524" && unzip -o skill.zip -d .claude/skills/testing-aiweline && rm skill.zipInstalls to .claude/skills/testing-aiweline
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.
WelineFramework local skill adapter for testing. Use when working in this repo on matching Weline, php bin/w, module, WLS, frontend, PageBuilder, ORM, testing, routing, ACL, i18n, queue, SSE, theme, template, service, cache, config, debug, docs, command, PHP 8.4, or Codex task workspace topics. Read dev/ai/skills/testing/SKILL.md before acting.Key capabilities
- →Manage WelineFramework local testing
- →Run PHPUnit tests
- →Execute Pest tests
- →Run Vitest tests
- →Perform HTTP smoke tests
How it works
This skill acts as a lightweight adapter for the WelineFramework local testing, managing test execution flows and ensuring compliance with global constraints and local configuration.
Inputs & outputs
When to use testing
- →Running module tests
- →Executing Playwright or HTTP smoke tests
- →Validating test layer configuration
About testing
Acts as an interface to the WelineFramework test suite. It manages test execution flows, ensuring compliance with global constraints and local configuration for various testing tools.
>-
When not to use it
- →When duplicating detailed rules from dev/ai/skills/testing/SKILL.md
- →When ignoring dev/ai/global-constraints.md
- →When acting without reading dev/ai/skills/testing/SKILL.md completely
Limitations
- →Requires reading dev/ai/skills/testing/SKILL.md completely before acting
- →Requires reading only relevant referenced files if the skill points to them
- →Requires respecting dev/ai/global-constraints.md for cross-skill hard constraints
How it compares
This skill provides a specific adapter for WelineFramework testing, ensuring adherence to framework-specific rules and constraints, unlike generic testing tools.
Compared to similar skills
testing side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| testing (this skill) | 0 | 1mo | No flags | Intermediate |
| 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.
More by Aiweline
View all by Aiweline →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.