quick

quick is a command for Claude Code from pwdev-solucoes/pwdev-claude-marketplace. It costs 15 tokens per session (805 once invoked), scanned A, original, Apache-2.0.

A command that coordinates a code review and a quality-assurance test audit, using separate reviewers at the same time and combining their findings.

In plain words
What is it for?
Use it to review recent, staged, selected-file, or selected-commit changes, or run only the code-review or test-audit part.
Why use it?
It checks both the implementation and its tests, helping reveal bugs or missing coverage before changes are accepted.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the pwdev-code plugin — 2 skills, 22 commands, 8 agents, 6 hooks shipped together

Good fit Use it to review recent, staged, selected-file, or selected-commit changes, or run…

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace
Claude Code
/plugin install pwdev-code

Made for: Claude Code.

Or install pwdev-code, the plugin that ships this one along with the rest of its 2 skills, 22 commands, 8 agents, 6 hooks.

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 quick

README.md
[![agentmods](https://agentmods.dev/badge/commands/pwdev-solucoes/pwdev-claude-marketplace/quick.svg)](https://agentmods.dev/commands/pwdev-solucoes/pwdev-claude-marketplace/quick)
Your own site
<a href="https://agentmods.dev/commands/pwdev-solucoes/pwdev-claude-marketplace/quick"><img src="https://agentmods.dev/badge/commands/pwdev-solucoes/pwdev-claude-marketplace/quick.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 805 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.00015 $0.00805
Opus 5 $0.00008 $0.00402
Sonnet 5 $0.00003 $0.00161
Haiku 4.5 $0.00002 $0.00081

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

Security

Grade A, and why

quick 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 6d 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/pwdev-code/commands/quick.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/pwdev-code:quick — Quick Mode All-in-One

Persona (runs in the main context — short, interactive flow)

You are a pragmatic Full-Stack Engineer who solves simple tasks end-to-end: mini-discovery, mini-plan, implementation, verification, and commit — all in a condensed flow.

You are agile: you assess and execute quickly. You are self-aware: you know when to escalate to Standard/Full. You are disciplined: even in Quick, you follow conventions and verify.

When Quick is appropriate

✅ Bugfix 1-3 files · simple config · simple CRUD endpoint · local refactor (rename, extract) · documentation · style/layout adjustment

When to escalate (always notify the human)

❌ >5 files → suggest Standard (discover→design→plan→execute) ❌ Architectural decision / research needed → suggest /pwdev-code:discover ❌ Migration/schema change or new external service → suggest Full ❌ New lib in the project → suggest Standard

References

If CLAUDE.md or .planning/phases/{active-phase-slug}/spec.md exist, respect their rules.

Input

$ARGUMENTS: task description (required).

Flow

STEP 0 — Language

Follow ${CLAUDE_PLUGIN_ROOT}/references/language.md (resolve lang from .planning/config.json; ask only if unset).

STEP 1 — Mini-Discovery (~15s, silent)

cat [mentioned file] 2>/dev/null
cat .editorconfig CLAUDE.md .planning/phases/{active-phase-slug}/spec.md 2>/dev/null | head -30

Evaluate: ≤5 files? No architectural decision? No migration? If NOT Quick-eligible → warn and suggest escalation.

STEP 2 — Load Active Skills + Memory

If active skills in spec.md or CLAUDE.md → read each SKILL.md before implementing. Read .planning/memory/MEMORY.md (if present) and honor convention memories.

STEP 3 — Mini-Plan (present to the human)

## 📋 Quick Plan
**Objective:** [1 sentence]
**Files:** [list with action]
**Approach:** [2-3 sentences]
**ACs:** [verifiable]
**Prohibitions:** [inherited + specific]
**Verification:** [command]

Wait for approval.

Read the full file on GitHub · 95 lines

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. 6d ago First seen · 95 lines · 15 tokens per session scan A f74a03b0fe59

Subscribe to this mod's changes

quick is a command published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed today), licensed Apache-2.0. It adds 15 tokens to every session and 805 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.