一键导入
record-triage
Classify synthetic records with public rules and route ambiguous cases for review. Use when demonstrating reusable record-triage guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Classify synthetic records with public rules and route ambiguous cases for review. Use when demonstrating reusable record-triage guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Classify fabricated incoming records with public synthetic rules. Use when demonstrating deterministic triage and human review for ambiguous examples.
Sort fabricated records by type, completeness, routing need, and review status.
基于 SOC 职业分类
| name | record-triage |
| description | Classify synthetic records with public rules and route ambiguous cases for review. Use when demonstrating reusable record-triage guidance. |
This checked-in file is a framework-neutral starter for a capability module.
At templates/SKILL.md it is not itself an Agent Skills package because its
parent directory does not match name. For open-standard compatibility, copy
it into a matching directory, for example:
skills/record-triage/SKILL.md
Other capability modules can use capabilities/<name>/module.md, hosted
instructions, reusable subgraphs, or other framework-specific structures.
The Agent Skills standard requires name and description. name must be
1–64 characters, use lowercase letters, digits, and single hyphens, have no
leading or trailing hyphen, and match its parent directory. description must
be 1–1024 characters and explain what the skill does and when to use it.
Optional standard fields are license, compatibility, metadata, and the
experimental allowed-tools. compatibility is 1–500 characters when used;
metadata maps string keys to string values. allowed-tools is a string whose
support and authority semantics vary by implementation. A declaration never
creates universal authorization; apply runtime permissions and governance.
Do not add vendor-only fields to a portable default. See the Agent Skills mapping guide.
Use this module when a fabricated record must be classified with published synthetic rules. Do not use it for real or consequential records.
references/category-rules.md only when the
task requires it.assets/triage-result-template.json when needed.Return a synthetic identifier, category or needs-review, applied rule,
rationale, and review flag. Stop rather than guess when inputs are missing,
private, real, out of scope, or ambiguous.
Agents can use name and description for discovery, load the complete body
when activating the package, and load scripts, references, assets, or other
resources only as needed. Keep SKILL.md concise and resolve supporting paths
from the skill root.
A capability module or skill packages reusable task guidance. A tool is a
callable action with an interface, inputs, outputs, permissions, side effects,
and failure behavior. Instructions about a tool—or executable helpers in an
optional scripts/ directory—do not make the whole skill package a tool.
Before importing or activating a package, review:
Use only generic synthetic examples. Do not include secrets, private records, proprietary procedures, raw logs, memory, state, or unsafe automation. Structural conformance does not establish safety or authorization.