·author-contributions
</>

author-contributions

識別特定作者在分支及其上游貢獻的所有文件,透過重命名追蹤程式碼。當被問及誰編輯了什麼、作者貢獻了哪些程式碼或在合併之前審核作者身份時使用。該技能應該作為子代理運行 - 它執行許多 git 操作並傳回一個簡潔的表。

79安裝·1熱度·@microsoft

安裝

$npx skills add https://github.com/microsoft/vscode --skill author-contributions

如何安裝 author-contributions

透過命令列快速安裝 author-contributions AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/microsoft/vscode --skill author-contributions
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:microsoft/vscode。

SKILL.md

查看原文

When asked to find all files a specific author contributed to on a branch (compared to main or another upstream), follow this procedure. The goal is to produce a simple table that both humans and LLMs can consume.

This skill involves many sequential git commands. Delegate it to a subagent with a prompt like:

Find every file that author "Full Name" contributed to on branch compared to . Trace contributions through file renames. Return a markdown table with columns: Status (DIRECT or VIARENAME), File Path, and Lines (+/-). Include a summary line at the end.

識別特定作者在分支及其上游貢獻的所有文件,透過重命名追蹤程式碼。當被問及誰編輯了什麼、作者貢獻了哪些程式碼或在合併之前審核作者身份時使用。該技能應該作為子代理運行 - 它執行許多 git 操作並傳回一個簡潔的表。 來源:microsoft/vscode。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/microsoft/vscode --skill author-contributions
分類
</>開發工具
認證
收錄時間
2026-02-20
更新時間
2026-03-10

Browse more skills from microsoft/vscode

快速解答

什麼是 author-contributions?

識別特定作者在分支及其上游貢獻的所有文件,透過重命名追蹤程式碼。當被問及誰編輯了什麼、作者貢獻了哪些程式碼或在合併之前審核作者身份時使用。該技能應該作為子代理運行 - 它執行許多 git 操作並傳回一個簡潔的表。 來源:microsoft/vscode。

如何安裝 author-contributions?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/microsoft/vscode --skill author-contributions 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/microsoft/vscode

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-20