什么是 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