npx skills add https://github.com/help-me-test/skills --skill onboardCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
Official skills for HelpMeTest — AI-powered test automation agent.
helpmetest install skills
# or
npx skills add help-me-test/skills
Skills are installed to .agents/skills/ in your project. Your AI agent can then invoke them with /<skill-name>.
🔴 YOU WRITE THE TEST FIRST.
Changed code → run the tests.
New feature → write the test before the code.
The test is the spec. The test is done when it's green.
No test = not done.
NEW PROJECT → /onboard
HAVE SPECS / LIVE APP / TICKETS → /discover
WRITING CODE / TESTS → /tdd
FULL QA PASS → /helpmetest
TESTS BROKEN / STALE / SUSPICIOUS → /fix-tests
VISUAL QUESTION (any scope) → /ui-review
API TESTING → /api-testing
LOCALHOST TESTING → /proxy (then any other skill)
These skills follow the Agent Skills open standard and work with:
If your AI agent doesn't support MCP, the HelpMeTest CLI has full feature parity with all MCP tools:
| MCP tool | CLI equivalent |
|---|---|
helpmetest_status |
helpmetest status |
helpmetest_run_test |
helpmetest test run <id> |
helpmetest_upsert_test |
helpmetest test create / helpmetest test update <id> |
helpmetest_run_interactive_command |
helpmetest interactive "<command>" |
helpmetest_keywords |
helpmetest keywords [search] |
how_to |
helpmetest how-to [type] |
helpmetest_proxy |
helpmetest proxy start/stop/list |
helpmetest_upsert_artifact |
helpmetest artifact upsert |
helpmetest_get_artifact |
helpmetest artifact get <id> |
helpmetest_search_artifacts |
helpmetest artifact list |
helpmetest_deploy |
helpmetest deploy |
helpmetest_open |
helpmetest open <id> |
helpmetest_delete_test |
helpmetest delete test <id> |
helpmetest_undo_update |
helpmetest undo |
MIT