File system watcher and AST parser. Detects changes in the watched repository, extracts AST structure using tree-sitter, and emits structured ChangeEvents for the Architect to process.
57
65%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./workspace/skills/scout/SKILL.mdThe Scout watches a configured directory for file system events and parses changed files into structured AST representations. It is deterministic and cheap to run — it makes zero LLM calls.
watcher.py — RepoWatcher class using watchdogparser.py — ASTParser class using tree-sitterevents.py — Event creation helpersa30d1b4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.