skills/example-skill/SKILL.md
Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
npx skillsauth add open-gitagent/gitagent example-skillInstall 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.
This is a demo skill showing how gitagent skills work.
Run the hello script:
bash scripts/hello.sh
Scripts are relative to this skill's directory.
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)