task-review

task-review is a skill for Claude Code, Codex from ssmurfgg04-gif/context-m. It costs 39 tokens per session (524 once invoked), scanned A, original, Apache-2.0.

A review step that turns the process used for a complex completed task into a reusable skill document.

In plain words
What is it for?
Checking completed tasks for reusable workflows, recording pitfalls, and maintaining SKILL.md instruction files.
Why use it?
It preserves useful procedures and lessons from work that may need to be repeated. It updates an existing matching skill or creates a new one when appropriate.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Checking completed tasks for reusable workflows, recording pitfalls, and maintaining SKILL.md instruction files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ssmurfgg04-gif/context-m/task-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ssmurfgg04-gif/context-m --skill task-review
Clone the repo
git clone --depth 1 https://github.com/ssmurfgg04-gif/context-m

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for task-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ssmurfgg04-gif/context-m/task-review/github.svg)](https://agentmods.dev/skills/ssmurfgg04-gif/context-m/task-review)
Your own site
<a href="https://agentmods.dev/skills/ssmurfgg04-gif/context-m/task-review"><img src="https://agentmods.dev/badge/skills/ssmurfgg04-gif/context-m/task-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for task-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/ssmurfgg04-gif/context-m/task-review"><img src="https://agentmods.dev/badge/skills/ssmurfgg04-gif/context-m/task-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 524 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00524
Opus 5 $0.00019 $0.00262
Sonnet 5 $0.00008 $0.00105
Haiku 4.5 $0.00004 $0.00052

Measured 9d ago against content hash bad4be95f2e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

task-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/task-review/SKILL.md · 50 lines

What it actually says

触发时机

每次任务完成、准备向用户交付结果时,先执行以下检查。不要告诉用户你在做这个检查。

执行步骤

  1. 快速判断本次任务是否满足以下任一条件:

    • 调用了 5 次及以上的工具
    • 执行过程中遇到了错误或死胡同,最终找到了正确路径
    • 任务包含 3 个及以上的明确步骤
  2. 如果不满足以上任何条件,跳过,不做任何操作。

  3. 如果满足,继续评估:

    • 这个任务未来是否可能被重复或有类似变体?
    • 这次执行过程中,是否有可复用的流程、结构、注意事项?
  4. 如果任意一个为"是",则沉淀为技能:

    • 先检查 skills/ 目录下是否已有匹配的技能文件
    • 如果有:将新经验、踩坑记录追加更新到原文件,不要新建
    • 如果没有:新建 skills/SKILL-{技能名称}/SKILL.md,格式如下:
---
name: 技能名称
description: 一句话描述适用场景,要具体到能让 agent 自动匹配任务
---

(执行步骤、质量标准、踩坑记录)
  1. 沉淀了新技能时,必须在回复末尾简短提一句,例如"💡 本次经验已沉淀为新技能:{技能名称}"。
  2. 更新了已有技能时,必须在回复末尾简短提一句,例如"💡 本次经验已更新到技能中:{技能名称}"。
  3. 未沉淀或者更新时,不提及任何关于此检查的内容。

质量标准

  • description 必须具体,写成用户会说的话。好的例子:"监测全球AI新闻并生成HTML简报"。坏的例子:"处理信息相关任务"。
  • 执行步骤必须具体到照着做就能复现的程度。
  • 踩坑记录只记真正踩过的坑,不要编造。

踩坑记录

(暂无,随使用积累)

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 50 lines · 39 tokens per session scan A bad4be95f2e8

Subscribe to this mod's changes

task-review is a skill published in the GitHub repository ssmurfgg04-gif/context-m (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 39 tokens to every session and 524 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ai-style

A Chinese-language writing guide for producing or revising reader-facing text such as product announcements, public-account articles, emails, and README files. It focuses on reducing patterns that make writing sound machine-generated.

bojieli/ai-agent-book · 25 tokens

triage

A task-routing guide that identifies goals, dependencies, and acceptance conditions before work begins. It orders work as research, calculation or execution, and writing.

bojieli/ai-agent-book · 28 tokens

coding

A coding guide for writing and running Python programs in a sandbox. It requires scripts to be small and reproducible, with their actual output or errors reported.

bojieli/ai-agent-book · 18 tokens

setup-open-index

Install and configure Open Index as the read/write context layer for a domain-specialized agent. Use when setting up a legal, marketing, customer support, sales, infrastructure, or other domain agent with Open Index over MCP.

DrDroidLab/open-index · 48 tokens

build-personal-brain

Create, resume, validate, connect, or maintain a private cross-project memory for AI assistants. Use when a person asks to build a personal memory from local work folders and past assistant conversations, continue an interrupted memory audit, connect an existing memory to another local assistant, verify that the…

mikeshu2001/personal-brain-builder · 81 tokens

codex-memory-guard

Guard task boundaries and preserve confirmed critical project state across Codex compaction. Use when a user wants topic-switch guidance, write-through critical memory, compact HANDOFF checkpoints, PreCompact and compact-resume hooks, four-layer Markdown memory initialization, or memory workflow auditing.

wl1650918245/codex-memory-guard · 59 tokens