mcpbeat Sign in

Action List Review Agent Skill

把會議記錄整理為可核對的行動清單;當任務要求提取負責人、截止日期、交付物和限制時使用。

173 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
140
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/xiaomoBoy/pi-bluebook --skill action-list-review

The instruction itself

as written by the author

行動清單核對

  • 先確認使用者指定的輸入檔案與輸出檔案;未指定時先詢問,不自行猜測。
  • 只讀取指定輸入,不修改原檔案。
  • 每個行動項必須包含:事項、負責人、截止日期、限制或驗收條件。
  • 原文沒有的資訊寫“原文未說明”,不補寫人名或日期。
  • 寫入後重新讀取輸入與輸出,逐項核對遺漏、重複和臆測。
  • 最後報告讀取路徑、寫入路徑、行動項數量和仍不確定的內容。

How to use it

Copy the folder

Take xiaomoboy/action-list-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.