skills/harvest-monitor/SKILL.md
Web change monitoring - track changes on pages, detect updates, changelog diffs
npx skillsauth add vibeeval/vibecosystem harvest-monitorInstall 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.
Track changes on web pages over time. Compare current content against cached versions to detect updates, new releases, breaking changes, and documentation modifications.
# Monitor a page for changes
/harvest-monitor https://docs.example.com/changelog
# Compare against last cached version
/harvest-monitor https://docs.example.com/api --diff
# Track multiple pages
/harvest-monitor --watchlist ~/.claude/cache/agents/harvest/watchlist.json
# Change Report: [URL]
> Checked: [timestamp]
> Previous: [cached timestamp]
> Status: CHANGED / NO CHANGE
## Changes Detected
### Added
- [New content]
### Modified
- [Changed content - before → after]
### Removed
- [Removed content]
## Impact Assessment
[What these changes mean for our project]
{
"pages": [
{
"url": "https://docs.example.com/changelog",
"frequency": "daily",
"notify": ["migrator", "shipper"]
}
]
}
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
testing
VP Engineering perspective - org design (team topologies), process improvement, cross-team dependencies, engineering culture, OKRs, incident management maturity, platform strategy, DX optimization, release management at scale