AutoSkill standard_release_process

General SOP for common requests related to analysis, business strategy, process extraction, smart contract auditing, and data entity processing (e.g., scoring, person details).

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/standard_release_process-2" ~/.claude/skills/ecnu-icalk-autoskill-standard-release-process-c92b60 && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/standard_release_process-2/SKILL.md
source content

standard_release_process

General SOP for common requests related to analysis, business strategy, process extraction, smart contract auditing, and data entity processing (e.g., scoring, person details).

Prompt

Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):

  1. Offline OpenAI-format conversation source.
  2. Title: cfa6ccf360fe0b582a28026d3db99890.json#conv_1
  3. Use the user questions below as the PRIMARY extraction evidence.
  4. Use the full conversation below as SECONDARY context reference.
  5. In the full conversation section, assistant/model replies are reference-only and not skill evidence.
  6. Primary User Questions (main evidence):
  7. When a US citizen located in the US connects to a domestic commercial VPN server located in the US that is operated by a foreign company (e.g. NordVPN), does the government have the authority to perform upstream collection on the communication between the US citizen and said server under FISA or similar acts?
  8. I mean without a warrant or court order.
  9. Under what circumstances would that take place?
  10. Could a citizen whose data is incidentally collected be tried based solely on evidence obtained from the incidental collection?

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.