什麼是 author-contributions?
識別特定作者在分支及其上游貢獻的所有文件,透過重命名追蹤程式碼。當被問及誰編輯了什麼、作者貢獻了哪些程式碼或在合併之前審核作者身份時使用。該技能應該作為子代理運行 - 它執行許多 git 操作並傳回一個簡潔的表。 來源:microsoft/vscode。
識別特定作者在分支及其上游貢獻的所有文件,透過重命名追蹤程式碼。當被問及誰編輯了什麼、作者貢獻了哪些程式碼或在合併之前審核作者身份時使用。該技能應該作為子代理運行 - 它執行許多 git 操作並傳回一個簡潔的表。
透過命令列快速安裝 author-contributions AI 技能到你的開發環境
來源:microsoft/vscode。
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識別特定作者在分支及其上游貢獻的所有文件,透過重命名追蹤程式碼。當被問及誰編輯了什麼、作者貢獻了哪些程式碼或在合併之前審核作者身份時使用。該技能應該作為子代理運行 - 它執行許多 git 操作並傳回一個簡潔的表。 來源:microsoft/vscode。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/microsoft/vscode --skill author-contributions 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/microsoft/vscode