feat: add skills testing for Claude Code and OpenAI Codex#6
Merged
Conversation
- Add `evalview skill validate` for structure validation - Add `evalview skill test` for behavior testing - Add `evalview skill list` to discover skills in directories - Support SKILL.md format (Claude Code, Codex CLI compatible) - Policy compliance checking (prompt injection, role hijacking detection) - Token size warnings (>5k tokens) - Best practices suggestions (examples, guidelines sections) - CI-friendly JSON output for all commands - Example skill and test suite included
muhammadrashid4587
pushed a commit
to muhammadrashid4587/eval-view
that referenced
this pull request
Mar 11, 2026
## Summary Hash-based change detection for incremental reindexing. **Stack: 6/9** — Depends on hidai25#27. ## Changes - `tracker.py` with `ChangeTracker` class - JSON state file: `{relative_path: sha256_hash}` - Detects added, modified, deleted files - Fault-tolerant: I/O errors logged and skipped Closes hidai25#6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
evalview skill validatefor structure validationevalview skill testfor behavior testingevalview skill listto discover skills in directoriesNew Commands
Test plan