·author-contributions
</>

author-contributions

识别特定作者在分支及其上游贡献的所有文件,通过重命名跟踪代码。当被问及谁编辑了什么、作者贡献了哪些代码或在合并之前审核作者身份时使用。该技能应该作为子代理运行 - 它执行许多 git 操作并返回一个简洁的表。

81安装·4热度·@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-11

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