skills/harvest-monitor/SKILL.md
Web change monitoring - track changes on pages, detect updates, changelog diffs
npx skillsauth add rubicanjr/FinCognis 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.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.