Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问clear审计异常

workthroughworkthrough 命令行

Agent Skill

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

总安装

582

周安装

24

GitHub Stars

836

下载量

190
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/bear2u/my-skills --skill workthrough

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合围绕代码变更或协作事项进行整理。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围及是否会触发命令执行或文件读写。
  • workthrough 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

This skill automatically generates detailed workthrough documentation for all development work, capturing the context, changes made, and verification results in a clear, structured format.

When to Use This Skill

Use this skill automatically after:

  • Implementing new features or functionality
  • Fixing bugs or errors
  • Refactoring code
  • Making configuration changes
  • Updating dependencies
  • Resolving build/compilation issues
  • Any significant code modifications

Documentation Structure

The workthrough documentation follows this structure:

  1. Title: Clear, descriptive title of the work completed
  2. Overview: Brief summary of what was accomplished and why
  3. Changes Made: Detailed breakdown of all modifications
  4. Code Examples: Key code snippets showing important changes
  5. Verification Results: Build/test results confirming success

Implementation Guidelines

When generating workthrough documentation:

1. Capture Complete Context

  • What problem was being solved?
  • What errors or issues existed before?
  • What approach was taken?
  • Why were specific decisions made?

2. Document All Changes Systematically

  • List each file modified with full paths
  • Describe what changed in each file
  • Include before/after code snippets for significant changes
  • Note any dependencies added or removed
  • Document configuration updates

3. Show Code Examples

Use clear, well-formatted code blocks:

// file: src/path/to/file.tsx
<div className="example">
  {/* Show relevant code changes */}
</div>

4. Include Verification

  • Build output showing success
  • Test results
  • Error messages (if any remain)
  • Exit codes
  • Screenshots (if relevant)

5. Use Clear Formatting

  • Use markdown headers (##, ###)
  • Use bullet points and numbered lists
  • Use code blocks with syntax highlighting
  • Use blockquotes for output/logs
  • Keep paragraphs concise

Document Organization

Save workthrough documents with this naming convention:

workthrough/YYYY-MM-DD-brief-description.md

Or organize by feature/project:

workthrough/feature-name/implementation.md
workthrough/bugfix/issue-123.md

Example Workthrough Structure

# [Clear Descriptive Title]

## Overview
Brief 2-3 sentence summary of what was accomplished.

## Context
- Why was this work needed?
- What was the initial problem/requirement?
- Any relevant background information

## Changes Made

### 1. [First Major Change]
- Specific modification 1
- Specific modification 2
- File: `path/to/file.tsx`

### 2. [Second Major Change]
- Specific modification 1
- File: `path/to/another-file.ts`

### 3. [Additional Changes]
- Dependencies added: `package-name@version`
- Configuration updates: `config-file.json`

## Code Examples

### [Feature/Fix Name]

// src/path/to/file.tsx const example = () => { // Show the key code changes }


## Verification Results

### Build Verification
build command output

✓ Compiled successfully Exit code: 0


### Test Results
test command output

All tests passed


## Next Steps

- Any follow-up tasks needed
- Known limitations or future improvements

Automation Instructions

After completing ANY development work:

  1. Gather Information

- Review all files modified during the session - Collect build/test output - Identify the main objective that was accomplished

  1. Create Document

- Generate workthrough document in workthrough/ directory - Use timestamp or descriptive filename - Follow the structure guidelines above

  1. Be Comprehensive

- Include all relevant details - Don't assume future readers have context - Document decisions and reasoning - Show concrete examples

  1. Verify Completeness

- Confirm all changes are documented - Include verification results - Add any relevant warnings or notes

Quality Standards

Good workthrough documentation should:

  • Be readable by other developers
  • Provide enough detail to understand changes
  • Include verification that changes work
  • Serve as a reference for similar future work
  • Capture important decisions and context

Avoid:

  • Overly verbose descriptions
  • Unnecessary technical jargon
  • Missing verification steps
  • Vague or unclear explanations
  • Incomplete code examples

Output Location

Unless specified otherwise, save workthrough documents to:


workthrough/YYYY-MM-DD-brief-description.md

Create the workthrough/ directory if it doesn't exist.

Integration with Workflow

This skill should be triggered automatically at the end of development sessions. The documentation serves as:

  • A development log/journal
  • Knowledge base for the project
  • Onboarding material for new developers
  • Reference for debugging similar issues
  • Record of architectural decisions

Remember: Good documentation is a gift to your future self and your team.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

31.19%
按下载量换算59

Antigravity

23.31%
按下载量换算44

OpenCode

18.67%
按下载量换算35

Cursor

13.25%
按下载量换算25

Gemini CLI

7.57%
按下载量换算14

windsurf

3.17%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills