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
- Determine scope — review all feed generators by default, or a specific one if the user specifies.
- Read the target generator(s) and their corresponding
feeds/feed_*.xmloutput files. - Read
feed_generators/utils.pyto understand shared helpers. - Evaluate against the checklists below. For every finding, cite
file_path:line_number. - 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?