Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

feature-summary特点总结

Agent Skill

feature-summary 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

196

周安装

8

GitHub Stars

公开资料未说明

下载量

63
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:feature-summary(特点总结)
来源仓库:https://github.com/prulloac/git-blame-vsc
仓库路径:skills/feature-summary
安装命令:
npx skills add https://github.com/prulloac/git-blame-vsc --skill feature-summary
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/prulloac/git-blame-vsc --skill feature-summary

简介

feature-summary 将详细的功能分解转化为面向用户、开发者和利益相关者的综合摘要。

  • 适用于 Codex、Claude、Cursor、Gemini CLI,适合创建用户文档、知识库或沟通材料时使用。
  • 支持多受众输出,包括用户-facing文档、功能目录和技术说明。
  • 安装前需确认权限范围和维护状态,注意可能触发文件读写和文档生成操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Feature Summary Skill

Answers the question: How do we DOCUMENT and COMMUNICATE a feature to stakeholders, users, and developers?

This skill focuses on feature documentation and communication, transforming detailed breakdowns into accessible, comprehensive summaries that serve multiple audiences.

When to Use

Use this skill when you have a completed feature (or a detailed feature breakdown) and need to:

  • Create comprehensive user-facing documentation
  • Build a feature catalog or knowledge base
  • Document business features for stakeholder communication
  • Explain technical implementation to developers
  • Create feature roadmaps and status tracking
  • Document current and future capabilities
  • Classify features by type (core, customization, performance, accessibility, UX)

Key indicator: You're asking "How do we document and communicate this feature?" or "What should users know about this capability?"

Works best with: This skill complements feature-breakdown (provides the detailed task list) and feature-planning (provides the execution sequence)

When NOT to Use

  • You only have a feature idea/spec without breakdown details → Use feature-breakdown first
  • You need to determine task execution order → Use feature-planning instead
  • You need to track real-time implementation progress → Use execution-tracking instead

Prerequisites

Recommended (but not strictly required):

  1. Feature breakdown (docs/features/[feature-name]/breakdown.md)

- Provides detailed task list and component architecture - Helps identify all feature aspects to document

  1. Feature implementation (completed or well-understood)

- Access to working code or specifications - Understanding of current status

  1. Audience understanding

- Who will read this documentation? - What do they need to know?

Inputs

  • Feature specification or implemented feature (required)
  • Feature breakdown document (recommended): docs/features/[feature-name]/breakdown.md
  • Source code access (optional but helpful): For accurate implementation details
  • Usage examples (optional): For user documentation

Directory Structure

All feature-summary output must follow this structure:

docs/features/[feature-name]/
├── breakdown.md              (created by feature-breakdown skill)
├── summary.md                (created by this skill - PRIMARY OUTPUT)
├── configuration.md          (optional - created by this skill)
├── reference.md              (optional - created by this skill)
└── implementation-progress.md (created by execution-tracking skill during implementation)

Outputs

MANDATORY FILE ORGANIZATION: All feature documentation must be in docs/features/<feature-name>/ subdirectory.

When this skill completes, it creates:

  1. Primary Output: Feature Summary (docs/features/[feature-name]/summary.md)

- Comprehensive feature documentation - 150-250 lines covering all major aspects - Serves multiple audiences (users, developers, stakeholders) - Includes feature type classification - Example: docs/features/git-blame-overlay/summary.md

  1. Optional: Configuration Reference (docs/features/[feature-name]/configuration.md)

- Detailed configuration options and examples - For features with significant customization

  1. Optional: Reference Guide (docs/features/[feature-name]/reference.md)

- Technical implementation details for developers - Architecture decisions and patterns

  1. Supporting Structure:

- docs/features/[feature-name]/breakdown.md - Implementation tasks (created by feature-breakdown skill) - docs/features/[feature-name]/implementation-progress.md - Tracking file (created by execution-tracking skill)

Workflow Overview

The feature summary process transforms a feature concept into comprehensive documentation:

Feature Input (Breakdown or Implementation)
    ↓
Analyze Feature Aspects
    ↓
Identify Audiences & Use Cases
    ↓
Classify Feature Type
    ↓
Create Executive Summary
    ↓
Document Configuration & Options
    ↓
Explain Technical Implementation
    ↓
Define Status & Version Info
    ↓
Identify Limitations & Future Enhancements
    ↓
Write Output Files
    ↓
Comprehensive Feature Documentation

Core Workflow

Phase 1: Analyze Feature Scope

Input: Feature specification, breakdown, or implementation

  1. Identify feature aspects:

- What does it do? (Core functionality) - Why is it valuable? (Business value) - How do users interact with it? (User experience) - What are the key capabilities? (Feature list) - What are the limitations? (Edge cases and constraints)

  1. Extract technical details:

- How is it implemented? (Architecture, components) - What are the technical requirements? (Dependencies, prerequisites) - Where is the code located? (Source file references) - What patterns or technologies are used?

  1. Understand current state:

- Version number and release status - When was it introduced? - What improvements or fixes have been made? - Is it production-ready?

Phase 2: Classify Feature Type

Assign the feature to one or more categories:

CategoryDescriptionExamples
Core FunctionalityEssential feature defining the product's primary purposeGit blame overlay, authentication system
CustomizationAllows users to personalize behavior and appearanceOutput patterns, color customization
User ExperienceImproves usability, visual integration, and workflowTheme adaptation, command palette
AccessibilitySupports users with different abilities and needsColor options, keyboard shortcuts, ARIA labels
PerformanceOptimizes speed and resource usageCaching, lazy loading, pagination
Extended FunctionalityNon-essential features that enhance core capabilityAdvanced filtering, export options
Developer ExperienceImproves developer productivity and experienceDebugging tools, API documentation

Output Format

Feature summaries include these key sections (in order):

  1. Feature Header - Name, overview, status, version, feature type
  2. Business Value - Why it matters, specific benefits
  3. What It Does - Core functionality with user experience and examples
  4. Key Features - Capabilities and extended functionality
  5. Configuration (if applicable) - Options and examples
  6. Technical Implementation - Code references and architecture
  7. User Interactions - Workflows and commands
  8. Status and Roadmap - Current status, limitations, future enhancements
  9. Related Features - Cross-references to related features

For a complete template with examples and detailed guidelines, see:

Feature Type Classification

Every feature should be classified with a primary type and optional secondary types. This helps users understand:

  • What is this feature? (Its purpose)
  • Is it essential? (Core vs. optional)
  • How does it relate to other features? (Ecosystem awareness)

Quick Reference

TypeIconPurposeExample
Core FunctionalityEssential, defines product purposeGit blame overlay
Customization🎨Personalization & preferencesOutput patterns
User Experience👥Usability & visual integrationTheme-aware styling
AccessibilitySupport for diverse usersColor options
Performance🚀Speed & resource optimizationCaching system
Extended FunctionalityOptional enhancementsExport options
Developer Experience🛠️Developer productivityAPI docs

For detailed guidance on each type, see references/feature-type-reference.md

Guidelines

Writing for Multiple Audiences

For Users:

  • Use clear, non-technical language
  • Explain benefits and use cases
  • Provide concrete examples
  • Include configuration examples

For Developers:

  • Include code references and file paths
  • Explain architecture and design decisions
  • Document patterns and conventions
  • Link to technical documentation

For Stakeholders:

  • Lead with business value
  • Emphasize impact and ROI
  • Focus on status and roadmap
  • Quantify benefits where possible

Feature Classification

When assigning feature types:

  1. Identify primary category: What is this feature's main purpose?
  2. Note secondary categories: Can it serve multiple purposes?
  3. Explain classification: Why does this categorization make sense?
  4. Consider user perception: How do users think about this feature?

Technical Accuracy

  • Reference actual source code paths
  • Include line numbers for specific implementations
  • Verify all code examples work correctly
  • Document technical constraints accurately

Keeping Documentation Current

  • Update status section when feature versions change
  • Add to limitations if new constraints are discovered
  • Move items from "Future Enhancements" when implemented
  • Update configuration examples if options change

Common Pitfalls to Avoid

Too technical for users: Remember non-technical readers; explain technical concepts ❌ Too vague for developers: Provide specific code references and implementation details ❌ Incomplete feature classification: Always explain why a feature fits its category ❌ Missing examples: Concrete examples are crucial for understanding ❌ Outdated information: Keep status and version info current ❌ Poor cross-linking: Reference related features; help readers understand relationships ❌ Missing technical details: Developers need code references and architecture info

Integration with Other Skills

The feature-summary skill works as part of a larger feature documentation ecosystem. For detailed integration workflows and examples:

Recommended Skill Sequence

  1. feature-breakdown (1-2 hrs) - Decompose feature into tasks and acceptance criteria
  2. feature-summary (1-2 hrs) - Create user-facing documentation
  3. feature-planning (1-2 hrs) - Sequence tasks for execution
  4. execution-tracking (ongoing) - Monitor implementation progress

Key Concepts

feature-breakdown creates (docs/features/[name]/breakdown.md):

  • Internal task list
  • Component architecture
  • Acceptance criteria
  • Validation plan

feature-summary creates (docs/features/[name]/summary.md):

  • User-facing documentation
  • Business value explanation
  • Configuration examples
  • Roadmap and future enhancements

Quality Checklist

Before finalizing feature documentation:

  • Feature type classification is clear and explained
  • Business value section explains "why" not just "what"
  • Examples show real-world usage
  • Technical details are accurate with code references
  • Configuration options are clearly documented
  • Status and version info are current
  • Known limitations are honestly documented
  • Future enhancements are realistic and categorized
  • Cross-references to related features are accurate
  • Documentation is accessible to intended audiences
  • Language is clear and concise
  • All file paths and code references are accurate

Example Output

For a real example of how feature documentation should look, see the example feature summaries:

  • Reference: examples/example-feature-summary-core.md (Core functionality example)
  • Reference: examples/example-feature-summary-customization.md (Customization example)
  • Reference: examples/example-feature-summary-performance.md (Performance feature example)

See Also

  • feature-breakdown - Decompose features into tasks
  • feature-planning - Sequence tasks for execution
  • execution-tracking - Monitor feature implementation progress
  • readme-updater - Keep project README in sync with features

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.59%
按下载量换算24

Claude

27.12%
按下载量换算17

Cursor

18.38%
按下载量换算12

Gemini CLI

8.51%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills