contributor
仓库创建 2025年12月9日最近提交 10 天前SkillHot 收录 21 天前
▸ 精选理由
能显著降低重复性贡献工作量,加速提交合并流程。
▸ 风险提示
可能需要仓库写权限或代表用户发起远程操作。
这个 Skill 做什么
端到端自动化开源贡献流程,从查 Issues 到提交并合入 PR。
把从找 Issue、fork 仓库到写补丁、跑测试、提交并争取合入 PR 的整个开源贡献流程自动串起来。适合想向别人的 GitHub 仓库贡献但不熟流程或怕踩雷的场景,能帮你定位合适的任务并按仓库规范提交。特点是内建常见失败防护、对齐维护者约定并尽量把 PR 做成更容易被接受的样子。
▸ 展开 SKILL.md 英文原文
End-to-end open source contribution workflow: from scanning issues to submitting PRs. Use this skill whenever the user wants to contribute to an open source project, find issues to fix, submit a pull request, fork a repo to contribute, fix a GitHub issue, or mentions 'open source contribution'. Also trigger when they provide a GitHub repo URL and ask about contributing, say things like 'help me submit a PR', 'find good first issues', 'I want to contribute to X', or mention fixing bugs in someone else's project.
240
Stars
23
Forks
40
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/contributor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/contributor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Contributor Automated open source contribution workflow that takes you from a GitHub repo URL to merged PRs, with built-in safeguards against common contribution failures. ## Why this skill exists Open source contributions fail for predictable reasons: fixing in the wrong layer (your PR gets closed because the maintainer preferred an upstream fix), colliding with other contributors, not following project conventions, or over-engineering a simple fix. This workflow prevents each of those failures through systematic pre-checks. ## Phase 1: Reconnaissance Before writing any code, gather intelligence about the project and its contribution landscape. ### 1.1 Identify the target Ask the u
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有