
from blogwatcher118
CLI tools and guidance for managing subscriptions to blogs, scanning for new posts, listing articles, and marking read/unread via the BlogWatcher project.
BlogWatcher CLI is a command-line oriented skill that documents how to run, extend, and test the BlogWatcher application. It orients contributors to core entry points (Cobra-based CLI), scanner and scraper pipelines, storage (SQLite), and controller patterns. The guidance includes run/build commands and testing conventions, enabling maintainers to add commands, modify scanning behavior, and keep the CLI thin and testable.
Use this skill when adding or modifying CLI commands for blog management, implementing new scanners or scrapers, adjusting persistence or migrations, or modifying output formatting for user-facing lists of posts. It's also useful when writing tests for controller logic or scraper parsing.
This skill is language/tooling-specific (Go/Cobra) and is best used by maintainers or agents able to run Go toolchain commands and interact with local repositories.
This skill has not been reviewed by our automated audit pipeline yet.