examples/agent-test/SKILL.md
A simple skill that creates a greeting file
npx skillsauth add hidai25/eval-view hello-worldInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A simple skill that creates a greeting file.
When the user asks for a greeting, create a file called hello.txt containing a friendly greeting message. The message should include the current date.
testing
Start EvalView watch mode to automatically re-run regression checks whenever project files change.
development
Run EvalView regression checks against golden baselines to detect regressions in AI agent behavior after code, prompt, or model changes.
testing
Generate EvalView test cases — either from a SKILL.md file using LLM-powered generation, or by capturing real agent interactions through a proxy.
development
A skill that helps review code for best practices, bugs, and security issues