Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

doc-ftest-autopilot文档测试自动驾驶仪

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

196

周安装

8

GitHub Stars

14

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:doc-ftest-autopilot(文档测试自动驾驶仪)
来源仓库:https://github.com/vladm3105/aidoc-flow-framework
仓库路径:skills/doc-ftest-autopilot
安装命令:
npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill doc-ftest-autopilot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill doc-ftest-autopilot

简介

用于自动化FTEST生命周期的生成、验证与修复流程。

  • 适合按子类型定制测试规范,支持多轮迭代优化。
  • 可处理--ref、--prompt和--iplan输入,自动合并冲突目标。
  • 需确保上游上下文包含足够的质量属性定义才能生成有效测试。
  • doc-ftest-autopilot 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

doc-ftest-autopilot

Purpose

Automate FTEST lifecycle for subtype-specific workflows:

  • generate FTEST from upstream context,
  • validate and audit outputs,
  • hand off to fixer when required.

Input Contract (IPLAN-004 Standard)

  • Supported modes:

- --ref <path> - --prompt "<text>" - --iplan <path|IPLAN-NNN>

  • Precedence: --iplan > --ref > --prompt
  • IPLAN resolution order:

1. Use explicit file path when it exists 2. Resolve work_plans/IPLAN-NNN*.md 3. Resolve governance/plans/IPLAN-NNN*.md 4. If multiple matches exist, fail with disambiguation request

  • Merge conflict rule:

- Objective/scope conflicts between primary and supplemental sources are blocking and require user clarification.


Execution Modes

Generate/Find Mode

Input:

  • FTEST-NN (self type): review existing
  • SPEC-NN or SYS-NN: generate if missing, else review existing FTEST-NN

Audit/Fix Mode

  • Run doc-ftest-audit
  • If fail or below threshold, run doc-ftest-fixer
  • Re-run audit until pass or max iteration reached

Orchestration Flow

1) Resolve target FTEST document
2) Generate or load FTEST
3) Run doc-ftest-audit
4) If needed, run doc-ftest-fixer
5) Re-audit
6) Emit status and next-step recommendation

Naming and Contract Rules

  • Primary audit output: FTEST-NN.A_audit_report_vNNN.md
  • Legacy-compatible review output: FTEST-NN.R_review_report_vNNN.md
  • Fix report: FTEST-NN.F_fix_report_vNNN.md

All reports are stored beside parent FTEST in nested folder.


Document Type Contract (MANDATORY)

When generating FTEST document instances, the autopilot MUST:

  1. Read instance_document_type from template:

- Source: ai_dev_ssd_flow/10_TSPEC/FTEST/FTEST-MVP-TEMPLATE.yaml - Field: metadata.instance_document_type: "ftest-document"

  1. Set document_type in generated document frontmatter: custom_fields: document_type: ftest-document # NOT "template" artifact_type: FTEST layer: 10 test_type_code: 43
  2. Validation: Generated documents MUST have document_type: ftest-document

- Templates have document_type: template - Instances have document_type: ftest-document - Schema validates both values

Error Handling: If instance_document_type is missing from template, default to ftest-document.


Canonical References

  • ai_dev_ssd_flow/10_TSPEC/FTEST/FTEST-MVP-TEMPLATE.md
  • ai_dev_ssd_flow/10_TSPEC/FTEST/FTEST-MVP-TEMPLATE.md
  • ai_dev_ssd_flow/10_TSPEC/FTEST/FTEST_MVP_SCHEMA.yaml
  • ai_dev_ssd_flow/10_TSPEC/scripts/validate_ftest.py

Coexistence Rules with doc-tspec-autopilot

Use doc-ftest-autopilot when FTEST-only scope is required. Route to doc-tspec-autopilot when cross-subtype orchestration is required.

Fallback:

  • If unresolved subtype blockers persist, escalate to doc-tspec-autopilot while preserving report compatibility (.A_ preferred, .R_ legacy).

Example Invocations

/doc-ftest-autopilot FTEST-01
/doc-ftest-autopilot SPEC-01
/doc-ftest-autopilot SYS-01

Quality Gate

Pass when:

  • FTEST structure matches 6-section contract,
  • required tags are complete,
  • threshold validation content is present,
  • audit status is PASS and score meets configured threshold.

Related Skills

  • doc-ftest
  • doc-ftest-validator
  • doc-ftest-reviewer
  • doc-ftest-fixer
  • doc-ftest-audit
  • doc-tspec-autopilot (fallback for mixed subtype workflows)

Version History

VersionDateChanges
1.02026-02-27Initial FTEST autopilot skill with generate/find plus audit-fix orchestration; versioned report contracts and TSPEC coexistence routing

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.41%
按下载量换算24

Claude

28.23%
按下载量换算18

Cursor

21.1%
按下载量换算13

Gemini CLI

8.83%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills