Ailang Test — Testing skill for Claude Code
Run AILANG bootstrap plugin tests to verify everything works.
How to install Ailang Test
Installs to ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-test/SKILL.md
mkdir -p ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-test && curl -fsSL https://raw.githubusercontent.com/sunholo-data/ailang_bootstrap/HEAD/commands/ailang-test.md -o ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-test/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Ailang Test does
description: Run AILANG bootstrap plugin tests to verify everything works
AILANG Plugin Test Suite
Run the full test suite to verify the plugin is working correctly:
./tests/run_tests.sh
What Gets Tested
- AILANG CLI - Is
ailanginstalled and working? - Type Checking - Do test programs type-check?
- Execution - Do programs produce expected output?
- Skills - Are all skills properly structured?
- Slash Commands - Do all commands have proper
Alternatives in Testing
- Test Runner — Run Python tests with pytest, unittest, or other testing frameworks 23.4k ★
- Paperjury — Pre-submission AI review stress-test for research papers 1k ★
- Test Fixing — Detect failing tests and propose patches or fixes 475 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Claude Interaction Tests
Test whether your CLAUDE.md actually works. A Claude Code skill that restructures agent-facing docs (CLAUDE.md
Test Driven Development.SKILL
Enforces TDD discipline with RED-GREEN-REFACTOR cycle. Use when writing new features, fixing bugs, or refactor
Test Verify UI
Verifies the UI tests
Agenfk Test
Generate tests and verify coverage requirements
Cpp Test
Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
Go Test
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test
Related Agents
Loom Auditor
Loom Auditor - Main branch validation specialist that builds, tests, and runs the integrated software on main
Aid Test Agent
Autonomously exercises the AID methodology end to end (Phases 0-5) and reports where it breaks. Use for /aid-t
Test Authenticator
Detects fake, theatrical, and meaningless tests. Use PROACTIVELY after test suites are written to catch mock-e