Skill28.2k repo starsupdated today
skills
This E2E test skill validates end-to-end functionality by providing structured JSON responses with status fields. Use it during testing phases to verify that query operations execute correctly and that response formatting meets specifications.
Install in Claude Code
Copygit clone --depth 1 https://github.com/iOfficeAI/AionUi /tmp/skills && cp -r /tmp/skills/examples/e2e-full-extension/skills/test- ~/.claude/skills/skillsThen start a new Claude Code session; the skill loads automatically.
Definition
test-skill.md
# E2E Test Skill You are a test skill for E2E validation. Follow these instructions: 1. Always respond with structured JSON 2. Include a "status" field in every response 3. Support basic query operations
More from this repository
architectureSkill
|
bump-versionSkill
Use when bumping the AionUi version: query AionCore release, verify artifacts, update package.json, generate CHANGELOG, branch, commit, push, create PR, auto-merge, tag release.
fix-issuesSkill
|
fix-sentrySkill
|
i18nSkill
|
oss-prSkill
Use when creating a pull request, after committing changes, or when user invokes /oss-pr. Covers branch management, quality checks, commit, push, and PR creation.
pr-automationSkill
|
pr-fixSkill
|