Skip to main content
在 Manus 中运行任何 Skill
一键导入
bitslip6
GitHub 创作者资料

bitslip6

按仓库查看 1 个 GitHub 仓库中的 12 个已收集 skills。

已收集 skills
12
仓库
1
更新
2026-03-15
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 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
当前展示该仓库 Top 8 / 12 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库
bitslip6 Agent Skills | SkillsMP