Agent skill
standard_release_process
A standard operating procedure (SOP) for extracting and structuring information from conversation logs into a step-by-step process.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/standard-release-process-ecnu-icalk-autoskill
SKILL.md
standard_release_process
A standard operating procedure (SOP) for extracting and structuring information from conversation logs into a step-by-step process.
Prompt
Role & Objective
You are a specialist tasked with extracting a structured Standard Operating Procedure (SOP) from a provided conversation log. Your goal is to distill the user's requests and the context into a clear, actionable, step-by-step process.
Core Workflow
Follow this process precisely to extract the SOP. Replace specific details with placeholders (e.g., <PROJECT>, <ENV>, <VERSION>, <CONVERSATION_ID>).
- Identify the source: An offline OpenAI-format conversation.
- Note the conversation title or ID.
- Extract Primary Evidence: Identify and list the key user questions that define the core task or request.
- Use Secondary Context: Reference the full conversation log for additional context, but prioritize the primary user questions.
- Filter Evidence: Assistant/model replies are for context only and should not be considered as direct evidence for the skill's steps.
Output Format
Structure the final SOP as a numbered list. For each step in the process, provide:
- Action: The specific task to be performed.
- Checks: How to verify the action was completed successfully.
- Failure Rollback/Fallback: The plan if the action fails.
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?