performance-review

performance-review is a skill for Claude Code, Codex from quickchatai/quickchat-claude-plugin. It costs 100 tokens per session (595 once invoked), scanned A, original, MIT.

A performance report for a Quickchat AI Agent using conversation and customer-feedback data over a chosen period.

In plain words
What is it for?
Use it for weekly or monthly health checks, KPI reviews, and recommendations for improving an Agent.
Why use it?
It turns measures such as conversation volume, resolution rate, satisfaction, handoff speed, and topic changes into a prioritized review.

Skill for Claude CodeCodex

Part of the quickchat plugin — 5 skills, 5 commands, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/quickchatai/quickchat-claude-plugin/performance-review
Any agent
npx skills add quickchatai/quickchat-claude-plugin --skill performance-review
Clone the repo
git clone --depth 1 https://github.com/quickchatai/quickchat-claude-plugin

Made for: Claude Code, Codex.

Or install quickchat, the plugin that ships this one along with the rest of its 5 skills, 5 commands, 1 MCP server.

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 performance-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/quickchatai/quickchat-claude-plugin/performance-review.svg)](https://agentmods.dev/skills/quickchatai/quickchat-claude-plugin/performance-review)
Your own site
<a href="https://agentmods.dev/skills/quickchatai/quickchat-claude-plugin/performance-review"><img src="https://agentmods.dev/badge/skills/quickchatai/quickchat-claude-plugin/performance-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00100 $0.00595
Opus 5 $0.00050 $0.00298
Sonnet 5 $0.00020 $0.00119
Haiku 4.5 $0.00010 $0.00060

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

Security

Grade A, and why

performance-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 3d 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.

plugins/quickchat/skills/performance-review/SKILL.md · 55 lines

What it actually says

Performance review

Turn a Quickchat AI Agent's analytics into a short, decision-ready review.

Before you start

  • Call list_scenarios to resolve which Agent the user means. Exactly one Agent -> use it; otherwise ask which one.
  • Confirm the period. Default: the last 7 days vs the 7 days before it.

Steps

  1. Use compare_periods to compare the current period with the previous one of equal length. Pass the PREVIOUS (older) window as period_a and the CURRENT window as period_b: deltas are computed as period_b minus period_a, so this makes a positive delta mean "up versus the previous period." Returns both overviews plus per-metric deltas.
  2. Use get_topics for the customer-intent split, and read topics_by_day from the overview for free-text themes that are rising.
  3. Use get_csat for satisfaction and get_ttfr for human handoff speed (only if the Agent hands off).
  4. For any count, rate, total, or trend, ALWAYS use the analytics tools above. Never page through list_conversations to compute an aggregate.

Read the numbers correctly

  • resolution_rate already combines confirmed and assumed resolutions; report it as a percentage of conversations.
  • get_csat empty means no CSAT was received, NOT a low score — say "no CSAT data" rather than implying dissatisfaction.
  • get_ttfr measures HUMAN responders after a handoff, in seconds, not business-hours adjusted; prefer the median and note overnight gaps inflate the average.
  • See references/metrics-glossary.md for the full field reference.

Output

  1. One-line headline: better or worse, and why.
  2. A compact table: this period vs last, with deltas, for volume, resolution rate, CSAT, and handoffs.
  3. Rising topics worth attention.
  4. 2-3 concrete, prioritized recommendations. Keep it scannable; lead with the metric that moved most.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 55 lines · 100 tokens per session scan A e356a470f232

Subscribe to this mod's changes

performance-review is a skill published in the GitHub repository quickchatai/quickchat-claude-plugin (1 stars, last pushed 9d ago), licensed MIT. It adds 100 tokens to every session and 595 once invoked, about $0.0005 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.