AgentSkillsCN

full-feature-workflow

通过串联功能开发、测试用例编写、功能摘要、重构分析、有选择地实施重构,以及个人代码审查成果,完整执行功能开发全流程。适用于用户希望获得一套端到端的结构化交付流程时使用。

SKILL.md
--- frontmatter
name: full-feature-workflow
description: Execute a full feature workflow in order by chaining feature development, test writing, feature summaries, refactor analysis, selective refactor implementation, and personal code review artifacts. Use when the user wants an end-to-end structured delivery process.

Full Feature Workflow

Execute these steps in order:

  1. Determine git repository root.
  2. Run the feature-dev workflow for the provided feature request.
  3. Run the write-tests workflow for the implemented feature.
  4. Run feature-summary and save to {git-root}/docs/feature-summary.md.
  5. Run refactor-changes using feature context and save to {git-root}/docs/refactor.md.
  6. Read {git-root}/docs/refactor.md, choose high-value low-risk refactors, and implement them.
  7. Run feature-summary again and save to {git-root}/docs/feature-summary-2.md.
  8. Run code-review-personal using updated context and save to {git-root}/docs/code-review-personal.md.

Rules

  • Preserve sequence; do not skip steps without explicit user approval.
  • Keep documentation artifacts concrete and file-backed.
  • Prefer minimal-risk implementation decisions while improving clarity and quality.