mirror of
https://github.com/harivansh-afk/evaluclaude-harness.git
synced 2026-04-15 09:01:15 +00:00
866 B
866 B
Codebase Analysis Request
Repository Summary
{{REPO_SUMMARY}}
Analysis Focus
{{FOCUS_INSTRUCTIONS}}
Instructions
-
Review the module exports, focusing on:
- Functions with signatures (testable interfaces)
- Classes with methods
- High-complexity modules
-
For each testable target, generate scenarios covering:
- Happy path (normal operation)
- Edge cases (empty, null, boundary values)
- Error paths (exceptions, invalid inputs)
-
Use AskUserQuestion if you need clarification about:
- Business logic requirements
- Expected behavior for ambiguous cases
- Priority of specific modules
-
Generate the EvalSpec JSON with {{MAX_SCENARIOS}} scenarios maximum.
-
Prioritize:
- Most active files (by git history)
- Functions with docstrings (clearer intent)
- Public exports over internal helpers