Official per-section RSS feeds (RSS 2.0). Each section has its own URL — do not guess categories from the all-in-one feed when the user wants the usual overview.
fetch)Use https://www.gameinformer.com/… (or https://gameinformer.com/… — both work).
| Section | URL |
|---|---|
| --------- | ----- |
| News | https://www.gameinformer.com/news.xml |
| Reviews | https://www.gameinformer.com/reviews.xml |
| Previews | https://www.gameinformer.com/previews.xml |
| Features | https://www.gameinformer.com/features.xml |
All recent content (no section split): https://www.gameinformer.com/rss.xml — use only when the user explicitly wants one combined feed, not the four blocks below.
Typical fields: , (canonical article URL), , (often long HTML), optional .
and from the same .; at most a very short plain-text teaser if you strip tags safely — otherwise title + link only.| User intent | Fetches |
|---|---|
| ------------- | --------- |
| Generic: Game Informer / GI / “what’s new” / headlines overview | All four section feeds (news, reviews, previews, features) — four separate fetch calls |
| Only news / reviews / previews / features | Only the matching .xml URL(s) |
| Explicitly “everything in one list” / main RSS only | rss.xml only (single section in the reply is OK) |
Language: English for headings and any prose.
Include a ### section only when that feed was loaded successfully and you are listing at least one from it.
Do not output a section that has no items — no headings like ### Reviews with “No reviews available”, “Nothing in the feed”, or (Feed unavailable.). If you did not fetch that URL or the XML has no items, omit that section entirely.
If several section feeds have items, use headings in this order (skip any that you omit): News → Reviews → Previews → Features.
Example when only News has data (e.g. only news.xml was fetched):
## Game Informer
### News
1. **[Title from news.xml](exact-link-from-item)**
2. …
Example when News and Reviews both have data:
## Game Informer
### News
1. **[Title](url)**
### Reviews
1. **[Title](url)**
Rules:
## / ###.Title — no separate Link: line.news.xml appears only under News; same for reviews/previews/features. Never list a reviews feed item under News.Non-negotiable checklist (single-file skill — everything lives in this README):
news.xml, Reviews = reviews.xml, Previews = previews.xml, Features = features.xml. Items may appear only under the section whose feed they came from.fetch calls) before answering — when the runtime allows multiple fetches.### News / ### Reviews / ### Previews / ### Features only for feeds you actually loaded and that contain at least one item you list. Forbidden: empty sections, “No reviews available”, “Nothing in the current feed”, or similar placeholders for a feed you did not populate from XML.. Use title. No invented stories. Default 3–5 items per included section unless the user specifies another count.; title + link is enough unless a short plain teaser is clearly safe.If all fetches fail, say so — do not invent headlines.
Game Informer, GI, gaming news from Game Informer, reviews/previews/features from the site, “latest Game Informer stories”.
共 2 个版本