用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/akornmeier/super-looper --skill sl-agent-native-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Compatibility command for the streamlined unattended developer workflow. Plans a software task with sl-plan when needed, then routes execution through sl-run in mode:unattended. Prefer sl-plan followed by sl-run for new workflows.
Run an explicit, non-mutating compatibility diagnostic for the super-looper plugin. Use only when validating a Claude Code or Codex installation, runtime adapter, bundled reference and script resolution, interactive question support, and one-worker subagent dispatch.
Compatibility command for interactive implementation. Plans a software task when needed, then routes canonical Markdown execution through sl-run in mode:interactive. Prefer sl-run directly for new workflows.
基于 SOC 职业分类
正在显示 SKILL.md
| name | sl-agent-native-audit |
| description | Run comprehensive agent-native architecture review with scored principles |
| argument-hint | [optional: specific principle to audit] |
| disable-model-invocation | true |
Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report.
First, invoke the agent-native-architecture skill to understand all principles:
/sl-agent-native-architecture
Select option 7 (action parity) to load the full reference material.
Launch 8 parallel sub-agents using Agent with subagent_type: Explore, one for each principle. Read references/audit-agent-prompts.md and send each of its eight prompts verbatim — each fixes the enumeration tasks, the compliance check, the exact scoring format (X out of Y (percentage%)), and the output table shape. Skipping the reference and improvising prompts yields inconsistent, non-comparable scores across principles, defeating the scorecard in Step 3.
After all agents complete, read references/summary-scorecard.md and compile the report to that template: the score summary table, the status legend (Excellent/Partial/Needs Work thresholds), the impact-ranked Top 10 recommendations, and the strengths list. Without the template the report loses the comparable per-principle score column and the status thresholds that make it scannable.
If $ARGUMENTS specifies a single principle (e.g., "action parity"), only dispatch that one prompt from references/audit-agent-prompts.md and provide detailed findings for that principle alone.
Valid arguments:
action parity or 1tools or primitives or 2context or injection or 3shared or workspace or 4crud or 5ui or integration or 6discovery or 7prompt or features or 8