Claude Skills · Code Review & Testing

Trace Harness Launch Failure

ashutoshsinghpr7/wikiskill

Empty session traces mean launch failure, not agent behavior — verify api_call_count/tool_call_count and stdout.txt before analyzing.

★ 108 MIT Synced 1 hour ago View SKILL.md

At a glance

Code Review & Testing Manual install MIT v1.0.0

This skill is for Code Review & Testing and helps you debug launch failures in trace files, verify api call counts in session traces, and analyze stdout logs for initialization errors.

Install git clone --depth 1 https://github.com/ashutoshsinghpr7/wikiskill cp -r wikiskill/skills/trace-harness-launch-failure ~/.claude/skills/trace-harness-launch-failure
Can use Not declared by the author

debuggingTracesSession Analysisagent-testingLaunch ErrorsApi Calls

Also in ashutoshsinghpr7/wikiskill

View the repo

Sandbox approval policy blocks execute_code and python3 -c; use read_file/write_file + manual transforms instead of retrying both runners.

Search Miss Binary Code Review & Testing

ripgrep/search_files silently skips binary-detected files — verify empty search results with grep -a / file / xxd before concluding 'not fou...

Apply ONLY the spec clauses literally — no aggregation, dedup, or cleanup transforms; each input record maps to its own output line.

Verify Output Readback Code Review & Testing

After write_file, re-read the deliverable (or ls + hexdump/line-print) and re-check the last format clauses before finishing.

Wikiskill Evolve Productivity

Run the WikiSkill self-evolution loop (arXiv 2608.27454) on a Hermes workspace — raw→maintainer→proposer→gate with strict R_val > R_best gat...

Wikiskill Maintainer Productivity

Consolidate traces into the persistent wiki (WikiSkill).

Wikiskill Proposer Productivity

Propose skills from wiki patterns and traces (WikiSkill).

Other Code Review & Testing skills

Grill With Docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Resolving Merge Conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

Scaffold Exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

Migrate To Shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

Triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Batch Grill Me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.