agent-workflow-presets: Skill for Cursor

.cursor/skills/phase-summary/SKILL.md

phase-summary is a skill for Cursor from hlalljie/agent-workflow-presets. It costs 23 tokens per session (300 once invoked), scanned A, original, MIT.

A task-ending checklist for summarising completed work before preparing a code commit. A commit is a saved set of project changes in version control.

In plain words
What is it for?
It is for reporting what changed, how it was tested, whether checks passed, and whether human verification is needed.
Why use it?
It prevents the final summary and test results from being omitted at the end of a task. It also records the summary in the task file and waits for approval before continuing.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is hlalljie/agent-workflow-presets's own configuration. It tells Cursor how to work on agent-workflow-presets itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-workflow-presets configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hlalljie/agent-workflow-presets. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hlalljie/agent-workflow-presets/main/.cursor/skills/phase-summary/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hlalljie/agent-workflow-presets

Made for: Cursor.

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 phase-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/hlalljie/agent-workflow-presets/phase-summary.svg)](https://agentmods.dev/skills/hlalljie/agent-workflow-presets/phase-summary)
Your own site
<a href="https://agentmods.dev/skills/hlalljie/agent-workflow-presets/phase-summary"><img src="https://agentmods.dev/badge/skills/hlalljie/agent-workflow-presets/phase-summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 300 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.00023 $0.00300
Opus 5 $0.00012 $0.00150
Sonnet 5 $0.00005 $0.00060
Haiku 4.5 $0.00002 $0.00030

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

Security

Grade A, and why

phase-summary 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 8d 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.

.cursor/skills/phase-summary/SKILL.md · 37 lines

What it actually says

Phase Summary

When to use

At the end of every task loop, before proposing a commit. Never skip.

Output format

Print in the response (not just in the task file):

1-2 sentences describing what the phase delivered and why it matters.

Check How tested Result
What was verified unit test / tsc / API test / browser MCP / human PASS / FAIL

If anything requires human verification, add:

Owner check (human):

  • Specific thing to open or confirm

Then print: Ready to prepare commit proposal (y/n): and stop.

If owner says y → run the commit skill, which will propose the message and wait for a second approval before committing.

Rules

  • "How tested" must be specific: unit test, tsc --noEmit, API test, browser MCP, or human. Never leave it vague.
  • Keep the table short — one row per meaningful check, not one per file or function.
  • If there is no human check needed, omit that section entirely. Do not write "none".
  • Also write the summary into the ## Deliverables section at the bottom of the task file.
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. 8d ago First seen · 37 lines · 23 tokens per session scan A cd751f38b595

Subscribe to this mod's changes

phase-summary is a skill published in the GitHub repository hlalljie/agent-workflow-presets (2 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 300 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

project

GitHub Issues as PLAN.md replacement — agents read/update them. Auto-invoke on issue-linked branches. Triggers "what's the plan", "project status", "sync with github", "close the issue".

darkroomengineering/cc-settings · 45 tokens

pn-github-vertical-slices

Break a plan or PRD into tracer-bullet vertical slices and create GitHub Issues via GitHub MCP (official github/github-mcp-server). Dependencies first (AFK/HITL). Use after pn-writing-plans or pn-create-prd when work must ship as Issues.

perniemann/pnCore · 64 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens

block-no-verify-hook

Configure a PreToolUse hook to prevent AI agents from skipping git pre-commit hooks with --no-verify and other bypass flags. Use when setting up Claude Code projects that enforce commit quality gates.

wshobson/agents · 46 tokens

work-unit-commits

Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.

Gentleman-Programming/gentle-ai · 33 tokens