Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

test-loop

test-loop에는 majiayu000에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
0
업데이트
2026-06-23
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

init-loop
소프트웨어 개발자

Install the closed test loop into a fresh project. Copies the pre-commit hook, the CI workflow, the render script, the drift check script, the failure classifier, and the knowledge-base templates, then prepares the drill handoff that verifies the loop reacts.

2026-06-23
drift-check
소프트웨어 품질 보증 분석가·테스터

Flag public symbols in the project's source tree that are not documented in the project's knowledge base. Use this before committing, in CI, or whenever a public API surface changes and you want to know whether the knowledge base has gone stale.

2026-06-05
drill
소프트웨어 품질 보증 분석가·테스터

Verify the closed test loop actually reacts by injecting one intentionally failing test, running each of the five loop tools, and recording the result. Use after init-loop and after any change to a loop tool.

2026-06-05
failure-classify
소프트웨어 품질 보증 분석가·테스터

Group failing tests by naming convention so a real assertion failure is not hidden among tests that exist to verify a system rejects something. Use after running the test suite and before reading the report.

2026-06-05
report-render
소프트웨어 품질 보증 분석가·테스터

Turn a test runner's raw log into a Markdown report plus a structured JSON summary. Embeds the failure classification so a reader can see the failing tests, the run summary, and the failure-class counts on one page.

2026-06-05
test-loop-bootstrap
소프트웨어 품질 보증 분석가·테스터

Meta-skill: choose which of the other five test-loop skills to invoke first, based on the user's description of the current state of their project. Use when a user says something like "I want to add tests to this project" or "this project has no CI" and the right entry point is not obvious.

2026-06-05