AgentSkillsCN

feature-implementation

在确保安全的前提下,通过充分的测试与最小化的回归风险来实现功能开发。

SKILL.md
--- frontmatter
name: feature-implementation
description: Implement features safely with tests and minimal regressions.

Feature Implementation

Steps

  1. Locate entry points and owners.
  2. Implement the smallest viable change.
  3. Update or add tests.
  4. Verify using existing tooling when possible.
  5. Document what was verified.

Stack notes

  • Keep frontend in React/Next.js patterns.
  • Prefer service boundaries for Node, FastAPI, and Spring.
  • Consider integration and pipeline impact.