
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.
BlogWatcher CLI is a Go-based CLI tool for managing blog subscriptions, scanning for new posts, and marking articles read/unread. The SKILL.md provides clear orientation and change workflow guidance but contains no executable scripts — it's purely descriptive documentation for a Go codebase. No security concerns found; it's a straightforward tool description.
Clean skill — no scripts, no security issues. Purely descriptive SKILL.md for a Go CLI project. Well-organized but limited in agent-actionable automation.