Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

tinytest

tinytest には bitslip6 から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
12
Stars
6
更新
2026-03-15
Forks
1
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

test-analyze
ソフトウェア品質保証アナリスト・テスター

Deep-analyze a single PHP function — trace all code paths, find callers, classify bugs and smells, and generate exhaustive TinyTest unit tests. Useful before /test-cover-file when a function is complex.

2026-03-15
test-audit
ソフトウェア品質保証アナリスト・テスター

Project-wide coverage audit — runs phpdbg across all tests, finds every uncovered function, analyzes each one in context with caller data, generates comprehensive tests for all code paths, and produces a structured bug/smell report with operator decisions. Requires phpdbg.

2026-03-15
test-bootstrap
ソフトウェア品質保証アナリスト・テスター

Project-wide bootstrap — scans all PHP source files, registers any without a test file in test_sources.md, and spawns sub-agents to generate initial test files for each. Run this first on a new project before using test-audit.

2026-03-15
test-cover-file
ソフトウェア品質保証アナリスト・テスター

Achieve full coverage for a single PHP source file. Phase 1 iterates until every function is called. Phase 2 iterates until every reachable statement and branch is exercised. Requires phpdbg.

2026-03-15
test-fix
ソフトウェア品質保証アナリスト・テスター

Diagnose and fix a failing TinyTest test. Reads the error output, compares test vs source, and repairs the test or explains the source bug.

2026-03-15
test-generate
ソフトウェア品質保証アナリスト・テスター

Generate an initial TinyTest test file for a PHP source file. Creates the test file, runs it, fixes failures, and registers it in test_sources.md. Contains the full TinyTest assertion and annotation reference.

2026-03-15
test-improve
ソフトウェア品質保証アナリスト・テスター

Review an existing TinyTest test file for quality problems — weak assertions, missing messages, wrong parameter order, PHPUnit drift, incomplete tests, and anti-patterns — then fix all approved issues and verify the suite still passes.

2026-03-15
test-migrate
ソフトウェア品質保証アナリスト・テスター

Migrate one or more PHPUnit test files to TinyTest. Handles structural conversion (class → global functions), full assertion remapping, exception annotations, data providers, setUp/tearDown, and PHPUnit mock objects. Writes a new TinyTest file, runs it, fixes failures, and registers it in test_sources.md.

2026-03-15
test-refactor
ソフトウェア開発者

Analyze a PHP file for business logic entangled with side effects (DB, IO, HTTP, globals), extract it into pure unit-testable functions, rewire call sites, and generate TinyTest tests for the extracted functions.

2026-03-15
test-regression
ソフトウェア品質保証アナリスト・テスター

Write a regression test for a known bug. Given a bug description, failing input, and expected correct behavior, produces a named regression test that proves the bug exists (or is fixed) and will catch any future recurrence.

2026-03-15
test-report
ソフトウェア品質保証アナリスト・テスター

Generate a read-only project-wide coverage dashboard. Runs phpdbg coverage, reads test_sources.md, and produces a prioritized report of coverage gaps, unresolved annotations, and files needing attention — without generating any new tests. Requires phpdbg.

2026-03-15
test-run
ソフトウェア品質保証アナリスト・テスター

Run TinyTest tests and report results. Accepts a file, directory, or test name.

2026-03-15