Agent Skills
› suboss87/FDEOps
› audit
audit
GitHub用于接管或中途加入项目时,对现有实现进行审计。通过比对证据区分已验证事实与继承主张,确保工作基于真实上下文,避免重复设置并诚实报告缺失能力。
Trigger Scenarios
接管他人遗留工作或代码库
中途加入正在进行的项目
需要验证当前实现状态而非依赖口头声明
Install
npx skills add suboss87/FDEOps --skill audit -g -y
SKILL.md
Frontmatter
{
"name": "audit",
"description": "Audit an inherited engagement or implementation against its evidence. Use when taking over work or joining mid-project; distinguish verified facts from inherited claims."
}
audit
Purpose
Audit an inherited engagement or implementation against its evidence. Use when taking over work or joining mid-project; distinguish verified facts from inherited claims.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- Work directly from the supplied permitted context. Standalone work does not require an engagement folder or initialization. Record filenames in the method are optional persistence destinations when no engagement is bound.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
Version History
- 4e9335d Current 2026-09-21 23:50


