Agent Skills
› ECNU-ICALK/AutoSkill
› conversation / evidence / full
conversation / evidence / full
GitHub通用SOP技能,用于处理对话、证据及完整上下文相关的请求。通过离线OpenAI格式数据,以用户问题为主要证据,结合完整对话作为次要参考,执行标准化步骤并提供状态结果与回退方案。
Trigger Scenarios
用户询问流程或检查清单时
需要复用之前提到的方法或SOP时
Install
npx skills add ECNU-ICALK/AutoSkill --skill conversation / evidence / full -g -y
SKILL.md
Frontmatter
{
"id": "487006a9-c61d-4d89-9d49-eb957d50e04b",
"name": "conversation \/ evidence \/ full",
"tags": [
"conversation",
"evidence",
"full",
"2024",
"questions",
"backdrop",
"filter",
"powershell",
"留給我的熱湯"
],
"version": "0.1.3",
"examples": [
{
"input": "Break this into best-practice, executable steps."
}
],
"triggers": [
"Use when the user asks for a process or checklist.",
"Use when you want to reuse a previously mentioned method\/SOP."
],
"description": "General SOP for common requests related to conversation, evidence, full."
}
conversation / evidence / full
General SOP for common requests related to conversation, evidence, full.
Prompt
Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):
- Offline OpenAI-format conversation source.
- Title: 20c316ab5a56d276cbababdc5401d8fe.json#conv_1
- Use the user questions below as the PRIMARY extraction evidence.
- Use the full conversation below as SECONDARY context reference.
- In the full conversation section, assistant/model replies are reference-only and not skill evidence.
- Primary User Questions (main evidence):
- 写一首藏头诗绝句,头 是:“洗尽瓶啥”
- 头:洗尽瓶是啥彼
- 尽 是第二局
- 第一句太长了
For each step, include: action, checks, and failure rollback/fallback plan. Output format: for each step number, provide status/result and what to do next.
Triggers
- Use when the user asks for a process or checklist.
- Use when you want to reuse a previously mentioned method/SOP.
Examples
Example 1
Input:
Break this into best-practice, executable steps.
Version History
- 94c47ca Current 2026-07-24 13:09


