AgentSkillsCN

update-article

对文章进行审阅与更新。该技能由“审阅 <路径>”或“更新 <路径>”触发,调用 llm_docs/skills/update-article.md。

SKILL.md
--- frontmatter
name: update-article
description: Review and update an article. Triggered by "Review <path>" or "Update <path>". Uses llm_docs/skills/update-article.md.

Update/Review Article Skill (Gemini)

Use this skill when the user requests to "Review" or "Update" an article.

Instructions

  1. Read (MUST read before starting):

    • llm_docs/skills/update-article.md (canonical workflow)
    • llm_docs/guidelines-content/* (all 5 files)
  2. Follow the research-driven workflow:

    • Use source priority: specs > official docs > core maintainer content > source code
    • Focus on why and how, not just what
    • State current version; note previous behavior where changed
  3. Key requirements:

    • Abstract = mental model for revision (NOT section summaries)—update if needed
    • Design reasoning explicit for each major choice
    • Edge cases, limits, failure modes exhaustively covered
    • Code blocks use collapse={...}
    • References prioritized (specs first)