prompt-alignment-audit

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 21 天前
▸ 精选理由

可生成有引证的审计报告并提供改写建议。

这个 Skill 做什么

对提示词按模型厂商规范进行合规性审计与重写。

對 LLM 的 system/模板或抽取 prompt 做合規與效能稽核,會依模型廠商(如 Anthropic、OpenAI、Gemini)和特定版本的建議出具有依據的報告與重寫建議。當 prompt 表現不佳、換模型或要上線前都該做一次審核。不會直接改生產 prompt 檔案,而是提供可驗證的改寫與最佳實務建議。

▸ 展开 SKILL.md 英文原文

Use when reviewing, auditing, or optimizing any LLM prompt (system prompt, extraction prompt, template) against provider guidance — when a prompt underperforms, after a model upgrade or version switch, before shipping a new production prompt, or when asked whether a prompt follows current Anthropic/OpenAI/Gemini best practices. Also use when asked to "check my prompt", "improve this prompt", or fetch the latest prompting guidance (--refresh).

Skill 开发管理提示审计合规重写通用
0
Stars
0
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itzTiru/claude-code-skills-fable5/main/prompt-alignment-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itzTiru/claude-code-skills-fable5/main/prompt-alignment-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Prompt Alignment Audit

Audit a prompt against the **current, model-version-specific** recommendations of its
provider, then produce a citation-backed report and a fully justified rewrite. A rewrite is
a hypothesis: prove it with the project's eval harness when one exists; otherwise state
plainly that confidence is compliance-based.

**Never edit a production prompt file without explicit user approval.**

## Cost policy (non-negotiable)

All heavy reading — doc research, prompt-file reading, per-dimension audits — is done by
**Sonnet subagents** (`model: "sonnet"`) returning compact structured findings. The
orchestrator never reads raw provider docs and never pastes full documents into con
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有