qa-record

A Chinese-language skill that turns a development discussion into a structured question-and-answer record. It defines the document sections, numbering, missing-answer markers and output path.

In plain words
What is it for?
Recording pre-development questions, answers, unresolved gaps, task scope and interface decisions.
Why use it?
It turns informal decisions into a consistent record that can be reviewed later.

Skill for Claude CodeCodex

Part of the dev-flow plugin — 4 skills, 1 command 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/today-hbw/claude-code-dev-workflow/qa-record
Any agent
npx skills add Today-Hbw/claude-code-dev-workflow --skill qa-record
Clone the repo
git clone --depth 1 https://github.com/Today-Hbw/claude-code-dev-workflow

Made for: Claude Code, Codex.

Or install dev-flow, the plugin that ships this one along with the rest of its 4 skills, 1 command.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 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.00035 $0.00598
Opus 5 $0.00017 $0.00299
Sonnet 5 $0.00007 $0.00120
Haiku 4.5 $0.00003 $0.00060

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

Security

Grade A, and why

qa-record 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/dev-flow/skills/qa-record/SKILL.md · 76 lines

What it actually says

问答记录 · 输出格式

你的任务

将 grill 阶段(步骤 2)的所有提问和回答整理成结构化的 问答记录.md,写入输出目录。

输出格式

参考以下模板生成 问答记录.md

# <项目名称>(<负责人>)· 开发前问答记录

> 记录日期:<日期>
> 范围:<本次涉及的任务列表>
> 形式:开发前对不确定点逐条对齐(grill),下为最终结论。

---

## 一、<任务 1 名称>(IDxxxxxxx)

**Q1 <问题描述>?**
A:<回答内容>

**Q2 <问题描述>?**
A:<回答内容>

**缺口:<未解决的问题描述>**
A:<临时方案或待确认说明>

---

## 二、<任务 2 名称>(IDxxxxxxx)

**Q3 <问题描述>?**
A:<回答内容>

...

---

## 三、UI 调整(如有)

- <UI 相关的约定>
- <配色、字段顺序等>

格式要求

  1. Q/A 配对:每个问题用 **Q<N> <描述>?** 格式,回答用 A:<内容>
  2. 缺口标记:用户暂时无法回答的,用 **缺口:<描述>** 标记
  3. 按任务分组:每个任务一个小节,用 ## 一、 ## 二、 编号
  4. UI 单独分节:UI 相关的约定单独放一节
  5. 编号连续:Q 的编号在整个文档中连续递增
  6. 头部信息:包含项目名称、负责人、日期、范围
    • 「负责人」取第 0 步解析出的个人标识(person

写入规则

  • 文件路径:<session_dir>/问答记录.md
  • 编码:UTF-8
  • 如果文件已存在,询问用户是覆盖还是追加

注意事项

  • 只记录有结论的问答,不要记录闲聊或无关内容
  • 回答要简洁准确,不要长篇大论
  • 如果用户给了代码示例或 SQL,原样保留
  • 缺口要标记清楚,方便后续追踪
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 · 76 lines · 35 tokens per session scan A 5664afab43e0

Subscribe to this mod's changes

qa-record is a skill published in the GitHub repository Today-Hbw/claude-code-dev-workflow (22 stars, last pushed 22d ago), licensed MIT. It adds 35 tokens to every session and 598 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-08-30.

Related

Other skills, from other repositories

humanizer

Rewrite AI-sounding text so it reads naturally without changing what it says. Use when editing or reviewing prose for inflated claims, sales language, vague sources, repetitive structure, stock AI words, passive voice, filler, or chatbot artifacts. Based on Wikipedia's "Signs of AI writing.".

blader/humanizer · 61 tokens

metrics-instrumentation

Specification for instrumenting an opik-backend workflow with operational OpenTelemetry metrics — per-stage throughput/latency/error counters and native histograms, dimensioned per-customer (workspace). Use when a pipeline (scoring, ingestion, experiments, jobs) needs per-stage visibility. Covers metric emission only…

comet-ml/opik · 93 tokens

apm-issue-autopilot

Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY…

microsoft/apm · 238 tokens

discount-review

Inspect the discount policy fixture with a repeatable review checklist and helper script.

promptfoo/promptfoo · 18 tokens

happiness-skill

当用户问「怎么才能更幸福/为什么得到了还不满足/怎么减少焦虑」时调用。 核心理念: 幸福是缺憾感清空的默认状态, 是可训练的技能; 欲望是与自己的契约(得到前不快乐), 同时只留一个重大欲望; 活在当下。 不适用于: 临床抑郁等需要专业治疗的场景(本书方法不能替代医疗)。 Triggers: 幸福/不快乐/欲望/焦虑/知足/活在当下/happiness/desire/anxiety.

kangarooking/cangjie-skill · 136 tokens

apm-usage

Activate when the user asks about APM (Agent Package Manager): installing, configuring, authoring, or troubleshooting AI-agent packages, dependencies, compilation, MCP servers, policy, or any apm CLI command.

microsoft/apm · 49 tokens