← Back to list

x07-test
by x07lang
X07 public website and documentation site
⭐ 0🍴 0📅 Jan 26, 2026
SKILL.md
name: x07-test description: Run project tests using the X07 test harness (x07 test), producing a machine-readable JSON report. metadata: short-description: Run x07 tests version: 0.1.0 kind: docs
x07-test
This skill provides the single canonical way to run tests for an X07 project using the built-in test harness.
Canonical command
x07 test --manifest tests/tests.json
Notes
- By default,
x07 testprints JSON to stdout; use--report-out <path>to write a report file. - If your project pins stdlib via
stdlib.lock, keep it in the project root or pass--stdlib-lock <path>. - New projects created with
x07 --initincludetests/tests.jsonplus a minimaltests/smoke.x07.json. - Tests under
tests/can import your project modules undersrc/(via project module-root discovery).
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon