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

slop-code-bench

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

수집된 skills
9
Stars
88
업데이트
2025-12-26
Forks
20
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

checkpoint-ambiguity-review
소프트웨어 품질 보증 분석가·테스터

Review checkpoint specs and tests to identify tests that encode ambiguous interpretations rather than explicit requirements. Use when asked to check checkpoint_N.md against test_checkpoint_N.py, when auditing tests for ambiguity, or when reviewing snapshot eval failures for interpretive issues.

2025-12-26
edge-cases
소프트웨어 품질 보증 분석가·테스터

Analyze checkpoint tests and suggest missing edge cases. Use after writing tests or when reviewing test coverage. Invoke with /edge-cases <problem> <checkpoint>.

2025-12-26
audit-spec
소프트웨어 개발자

Audit a checkpoint specification for realism and design decision forcing. Reviews specs to remove hand-holding, hidden corner cases, and architectural giveaways. Invoke with /audit-spec <problem> <checkpoint>.

2025-12-25
edge-cases
소프트웨어 품질 보증 분석가·테스터

Analyze checkpoint tests and suggest missing edge cases. Use after writing tests or when reviewing test coverage. Invoke with /edge-cases <problem> <checkpoint>.

2025-12-24
test-ambiguity-detector
소프트웨어 품질 보증 분석가·테스터

Analyze test cases against specifications to find ambiguous assumptions. Use when tests might be making assumptions not explicitly defined in the spec. Invoke with /test-ambiguity-detector <problem> <checkpoint>.

2025-12-24
fix-solution
소프트웨어 개발자

Continually test and repair solutions to benchmark problems until they pass. Use when a solution has failing tests. Invoke with /fix-solution <snapshot_path> <problem_name> <checkpoint_index>.

2025-12-23
reclassify-tests
소프트웨어 품질 보증 분석가·테스터

Reclassify tests by adding @pytest.mark.functionality to tests not explicitly shown in the spec. Invoke with /reclassify-tests <problem> <checkpoint>.

2025-12-23
run-tests
소프트웨어 품질 보증 분석가·테스터

Run problem tests using eval-snapshot instead of raw pytest. Use this to evaluate solutions against benchmark tests in Docker. Invoke with /run-tests <snapshot_path> <problem_name> <checkpoint_index>.

2025-12-23
validate-run
소프트웨어 품질 보증 분석가·테스터

Validate all checkpoints from an agent run directory in parallel. Spawns test-validator agents for each checkpoint and summarizes results. Invoke with /validate-run <run_path> [problem].

2025-12-23