feat(skills): 新增 gitlink-contributor-growth(贡献者成长体系编排) #401
Loading…
Reference in New Issue
No description provided.
Delete Branch "jiangtx/gitlink-cli:pr-skill-contributor-growth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
子任务三「端到端自动化工作流」场景之一:贡献者成长体系。追踪贡献者活动并自动产出排行、徽章与成长报告,激励社区活跃度。
场景(串联 ≥3 个命令/Skill)
追踪贡献者的 PR/Issue 活动 → 生成贡献排行 → 自动颁发徽章 → 产出成长报告
具体编排:贡献者洞察(gitlink-contributor-insight)→ 用户活动(user)→ 提交质量(gitlink-commit-quality)→ 自动发版表彰(gitlink-release-auto)→ 徽章评论回写(issue/pr +comment)。
改动内容
新增
skills/gitlink-contributor-growth/SKILL.md:编排型 Agent Skill,遵循 skills 规范(frontmatter),定义活动聚合、排行算法、徽章颁发与回写策略,兼容 Claude Code 等 Agent 平台。