actualizar-quien-gobierna-cyl

Updates a public dashboard dataset tracking the Castilla y León regional government composition.

Updated Apr 18, 2018
One-click install
npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-quien-gobierna-cyl-emirodgar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: actualizar-quien-gobierna-cyl
Source: https://github.com/Emirodgar/w-emirodgar-es/tree/main/.claude/skills/actualizar-quien-gobierna-cyl
Command: npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-quien-gobierna-cyl-emirodgar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a public-facing dashboard about the current composition of the Junta de Castilla y León government (president, vice presidents, and ministers) accurate requires manually cross-checking official sources, press, and Wikipedia whenever a minister is appointed, dismissed, or reshuffled. This Skill guides that verification and data-update workflow so the panel, home widget, and SEO FAQ stay consistent. ## Core Features & Use Cases - Change detection workflow: Checks the official government website first, then Wikipedia and regional press, to confirm whether any appointment, dismissal, or portfolio change has occurred before editing anything. - Structured data.json editing: Updates person objects (party, tenure dates, predecessor, competencies, Wikipedia link), recalculates KPIs, rewrites the executive summary, and regenerates the party-split sparkline SVG when the coalition balance changes. - Data integrity rules: Never invents Wikipedia URLs, preserves outgoing officials as predecessors, and keeps the auto-generated FAQPage/JSON-LD aligned without manual edits. - Use Case: A ministerial reshuffle is announced in Castilla y León; you ask the assistant to update the panel, and it verifies the change against the official site, updates data.json, recalculates tenure and KPIs, and summarizes who entered and who left. ## Quick Start Ask the assistant to update the ¿Quién Gobierna CyL? panel because there has been a change of minister in the Junta de Castilla y León.

Frequently Asked Questions about actualizar-quien-gobierna-cyl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update a government composition dashboard dataset?▼

First compare the current data.json against the official government website to detect any appointment, dismissal, or portfolio change. If nothing changed, stop; otherwise update the affected person objects, recalculate tenure and KPIs, and rewrite the executive summary.

What sources should I check for regional government changes in Spain?▼

Check the official government website first to confirm whether anything changed, then Wikipedia for exact swearing-in dates and succession details, and regional press for biographies and party affiliation of very recent appointments.

Can I add a Wikipedia link for a newly appointed minister?▼

Only if the page actually exists; verify the URL returns real content before adding it. If there is no article, leave the field null and the panel will display a valid 'no Wikipedia entry' state.

When should I not run a government panel update?▼

Do not run it routinely without signs of change, since there is no open data API to refresh from. Always check the official website first, and if no appointment or dismissal has occurred, leave the dataset untouched.

How is the FAQ section of the dashboard maintained?▼

The FAQ with FAQPage/JSON-LD markup is auto-generated in index.html from the president, vice presidents, KPIs, and legislature fields, so it stays aligned automatically. Only edit it if explicitly asked to add or rephrase a question.