Skills Plugins MCP Prompt Model 博客 我的中心
開発 #python #design #ai

feature-walkthrough

Explain the full logic and process of the current branch end-to-end so someone with no prior knowledge of the task can understand, review, and reproduce it. Scopes the change from the branch diff, traces the flow across every layer it touches (frontend tool/hook/component, Java controller/service/endpoint, Python engine, config, i18n, tests), and produces a self-contained walkthrough document with Mermaid diagrams (sequence/flow/architecture), annotated file map with clickable references, before/after behavior, screenshots where a UI is involved, a "try it locally" section, and edge cases/risks. Use when asked for a feature or branch walkthrough, "explain what this branch does", a design/logic writeup, PR reviewer onboarding, or a hand-off doc. Pass --html to also emit a rendered HTML version; --no-screens to skip screenshots.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=stirling-tools-stirling-pdf-claude-skills-feature-walkthrough-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name feature-walkthrough description Explain the full logic and process of the current branch end-to-end so someone with no prior knowledge of the task can understand, review, and reproduce it. Scopes the change from the branch diff, traces the flow across every layer it touches (frontend tool/hook/component, Java controller/service/endpoint, Python engine, config, i18n, tests), and produces a self-contained walkthrough document with Mermaid diagrams (sequence/flow/architecture), annotated file map with clickable references, before/after behavior, screenshots where a UI is involved, a "try it locally" section, and edge cases/risks. Use when asked for a feature or branch walkthrough, "explain what this branch does", a design/logic writeup, PR reviewer onboarding, or a hand-off doc. Pass --html to also emit a rendered HTML version; --no-screens to skip screenshots. argument-hint [branch-or-area] [--html] [--no-screens] allowed-tools Read, Write, Edit, Glob, Grep, Bash Feature / Branch Walkthrough Turn the current branch into a walkthrough a newcomer can follow. Audience: someone who has never seen this task . Explain the why , the flow , and how to try it - not just a diff summary. $ARGUMENTS may name a branch or area to focus on; default is the current branch vs main . Flags: --html (also emit a rendered HTML twin), --no-screens . Process 1. Scope the change git log --oneline main..HEAD and git diff --stat main...HEAD for the shape. Read the PR description / commit messages for stated intent. Do not invent history or motivation that isn't evidenced (state current behavior in present tense). Classify touched files by layer: Frontend : tools ( frontend/editor/src/core/components/tools/* or .../core/tools/* ), hooks ( core/hooks/tools/* , useToolOperation ), contexts, routes, i18n ( public/locales/en-US ). Java backend : controllers ( .../controller/api/... ), services, models, config. Engine : engine/src/stirling/{agents,contracts,api,services} . Config / build / docker / tests. 2. Trace the flow end-to-end Follow one real path from user action to result. For a typical PDF tool that's: UI control → useToolOperation hook → POST /api/v1/... → Spring controller → service (PDFBox / LibreOffice / engine call) → response → review panel → download. Read the actual files so the narrative is true to the code, and collect the exact file:line anchors you'll cite. 3. Draw the diagrams (Mermaid) Pick what fits; usually 2-3 of: Sequence diagram - request/response across frontend → backend → engine. Flowchart - the core decision/branching logic of the feature. Architecture/component - new pieces and how they wire to existing ones. State - if the feature has modes/steps. Keep nodes labeled in plain language. Validate the Mermaid parses before shipping. 4. Screenshots (unless --no-screens) If a UI is involved, capture key states with the stubbed Playwright harness (see the ui-walkthrough skill and files-page-screenshots.spec.ts for the pattern) or, for before/after, capture main then the branch. Drop PNGs in walkthrough/<feature>/ and reference them from the doc. For backend-only changes, show request/response examples (curl + JSON) instead. 5. Write the walkthrough Create walkthrough/<feature>/FEATURE-WALKTHROUGH.md with: TL;DR - what the branch does and who it's for, in 3-4 sentences. Problem & approach - what wasn't possible before; the chosen solution. Architecture diagram + 1-paragraph orientation. End-to-end flow - the sequence diagram + a numbered walk of each step, each citing the real file (clickable path:line ). Key files - annotated map (path → one line on its role). Logic deep-dive - the flowchart + prose for the non-obvious decisions. Behavior - before vs after; screenshots or request/response examples. Try it locally - exact steps ( task dev / task dev:all , the route to open or the curl to run, any env like DOCKER_ENABLE_SECURITY or a test license key). Make it copy-pasteable. Edge cases, risks, follow-ups - what's untested, known limits, gotchas. Markdown is the primary deliverable - it renders with diagrams in GitHub PRs and IDEs, no build step, ideal for review. 6. If --html Also emit walkthrough/<feature>/walkthrough.html : the same content with Mermaid rendered via mermaid.initialize({startOnLoad:true}) (script from CDN; note in the file that rendering diagrams needs network, the .md is the offline copy) and screenshots inline. Keep it self-contained otherwise. 7. Deliver Give the doc path and a short chat summary. Offer to SendUserFile it. Principles True to the code. Every claim traces to a file you read; cite path:line . No fabricated migration/version history. Newcomer-first. Define repo-specific terms (FileContext, useToolOperation , the @app/* layer cascade, stubbed vs live tests) on first use. Show, don't assert. Prefer a diagram + a real example over adjectives. Don't commit the walkthrough/ output unless asked.
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。