一键导入
er
AI4L - Main Skill for Evidence Review Creation and Auditing using @AGENTS
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI4L - Main Skill for Evidence Review Creation and Auditing using @AGENTS
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | er |
| description | AI4L - Main Skill for Evidence Review Creation and Auditing using @AGENTS |
| version | 1.2.0 |
Parse the user's input to determine which sub-command to execute
Set [args] to $ARGUMENTS
Note the [start_time] when beginning any command, and report the [time_taken] when done
All generated results go in [creation_dir] as .md files
Do not edit or modify any files outside [creation_dir]
Full lines formatted as line comments must be ignored when processing commands.
Create an evidence review (ER) using the @er-creator agent.
If no [args] are given {
usage: /er create {topic}Report: create: [topic]
@er-creator: [topic]
Wait until the agent finishes
Report: filename: [filename]
Audit an ER using the @er-auditor agent.
If no [args] are given {
Report: audit: [target_er]
@er-auditor: [target_er]
Wait until the agent finishes and returns the result
Report: target_er: [target_er]
Report: pass_rate: [pass_rate]
Audit and fix an ER using the @er-fixer agent.
If no [args] are given {
Report: fix: [target_er]
@er-fixer: [target_er]
Wait until the agent finishes and returns the result
Report: target_er: [target_er]
Report: pass_rate: [pass_rate]
Create a final QA file from all audits
If no [args] are given {
Report: combine: [target_er]
@er-combiner: [target_er]
Wait until the agent finishes and returns the result
Report QA file: [new_qa_filename]
Loops audit/fix cycles up to [max_audits] times until [needed_passes] show 100% pass rate.
If no [args] are given {
Report: iterate: [target_er]
Initialize {
Loop while [iteration] < [max_audits] and [consecutive_passes] < [needed_passes] {
@er-fixer: [target_er]
Wait until the agent finishes and returns the result
If the [pass_rate] is 100%, increment [consecutive_passes]; otherwise reset to 0
Increment [iteration]
Report: "Iteration [iteration]: Pass rate = [pass_rate]% ([consecutive_passes]/[needed_passes] consecutive passes needed)" }
@er-combiner: [target_er]
If [iteration] < [max_audits] {
Return: status: success
} else {
Return: status: failed
}
Return: target_er: [target_er]
Return: iterations: [iteration]
A create and multi-pass audit workflow.
Compares all ERs for a given intervention, typically from different AI models or versions, to determine which is strongest based on content quality and the latest QA audit results.
If no [args] are given {
Report: compare: [intervention]
Compare all ERs in [creation_dir] with a similar [intervention] in their frontmatter
Present a clear recommendation of which ER is strongest and why.