cmd-rss-feed-review

Installation
SKILL.md

RSS Feed Review

Review RSS feed generators and their output XML for correctness, robustness, and adherence to project conventions.

Instructions

  1. Determine scope — review all feed generators by default, or a specific one if the user specifies.
  2. Read the target generator(s) and their corresponding feeds/feed_*.xml output files.
  3. Read feed_generators/utils.py to understand shared helpers.
  4. Evaluate against the checklists below. For every finding, cite file_path:line_number.
  5. If everything looks good, say so briefly.

Generator Code Review

Selectors & Parsing

  • Are CSS selectors specific enough to survive minor site redesigns?
  • Are selectors targeting semantic elements (article, h2) over generated class names?
  • Is there fallback logic if a selector returns no results?
Installs
1
GitHub Stars
681
First Seen
4 days ago
cmd-rss-feed-review — olshansk/rss-feeds