Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

nano-harness

يحتوي nano-harness على 6 من skills المجمعة من Tomsawyerhu، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
6
Stars
0
محدث
2026-06-16
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

build-system-diagnostics
مطوّرو البرمجيات

Use when a benchmark task involves compile.sh, executable generation, build failures, missing artifacts, toolchain issues, package managers, or making the final submission reproducible from a clean build.

2026-06-16
cli-differential-fuzzing
محللو ضمان جودة البرمجيات والمختبرون

Use when a terminal benchmark replacement mostly works but edge cases are uncertain, and the agent should generate bounded randomized stdin, file, or argv cases to compare original and candidate stdout, stderr, and exit code.

2026-06-16
minimal-implementation-strategy
مطوّرو البرمجيات

Use near the start of a benchmark task to choose whether to repair the existing project, write a small replacement executable/library, wrap existing functionality, or implement only the tested subset, while avoiding overbuilding and unavailable dependencies.

2026-06-16
submission-review
مطوّرو البرمجيات

Use immediately before finishing a benchmark task to verify the final solution is reproducible, clean, committed if required, and does not rely on temporary files, original executables, hidden artifacts, or accidental environment state.

2026-06-16
terminal-bench
مطوّرو البرمجيات

Use for ProgramBench or terminal-benchmark tasks where an agent must solve an unknown software task through terminal interaction, infer the required behavior from artifacts and black-box observations, implement the smallest correct replacement or fix, validate it, and prepare a compliant submission. Applies to CLI tools, libraries, test-driven tasks, build failures, file converters, parsers, and executable behavior replication.

2026-06-16
test-failure-triage
محللو ضمان جودة البرمجيات والمختبرون

Use when tests, eval, build, or smoke checks fail and the agent needs to classify the failure, extract the smallest reproducer, identify likely cause, and choose the next command or edit without getting lost in long logs.

2026-06-16