Retrieves the latest article from American Reformer and summarizes selected articles. Use when the user asks for the latest American Reformer article, requests article parsing, or asks for a summary from americanreformer.org.
Fetch the latest article from https://americanreformer.org/, and when requested, fetch and summarize a selected article.
Apply this skill when the user asks for:
https://americanreformer.org/.h1Title | Author | Date | URLshort, medium, or detailed.The site organizes articles into categories: Church, Culture, Family, Forum, Reports, Resources, Society, and State. When the user asks for articles from a specific category, do this:
https://americanreformer.org/.If the category name is ambiguous or not found, list available categories and ask the user to clarify.
When the user asks for strict verification (for example "strict mode", "double-check", or "cross-check with sitemap"), do this:
https://americanreformer.org/sitemap_index.xml.verified (present in post sitemap data)unverified (missing from current sitemap fetch)Strict mode rules:
When the user asks for a full display (for example "full display mode", "digest mode", "show all ten with summaries"), do this:
not listed)# American Reformer Latest 10 Digest
1. ## [Article Title](article-url)
**Author:** Name
**Summary:** Brief paragraph...
2. ## [Article Title](article-url)
**Author:** Name
**Summary:** Brief paragraph...
Full display rules:
not listed when missing.Use generic page structure to isolate the latest feed:
h2/h3 post titles linked to same-domain post URLs) to identify cards.Metadata extraction hints (article page):
author, by, or By ... text).time elements, date labels, or article metadata blocks.Fallback logic:
americanreformer.org.Use exactly one mode per response:
short: 3-5 bullets with core claims only.medium: 1 concise paragraph plus 3 bullets of key points.detailed: sections for Thesis, Key Points, Notable Quotes, and Takeaways.Title | Author | Date | URL.not listed instead of guessing.