Run all tests (unit + ability) and lint
Scanned 9/12/2026
Install to Claude Code
npx -y skills add pluginslab/wp-agentic-admin --skill test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/pluginslab-test)More formats (shields.io, HTML) on the badges page.
---
name: test
description: Run all tests (unit + ability) and lint
allowed-tools: "Bash(npm *), Bash(npx *), Bash(composer *)"
---
# Run All Tests
1. **Lint PHP**: `composer lint`
2. **Lint JS**: `npm run lint:js`
3. **Unit tests**: `npm test`
4. **Ability tests**: `npm run test:abilities -- --file tests/abilities/core-abilities.test.js`
Report results summary. If any step fails, show the errors and stop.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。