Install
$ agentstack add skill-jerrylalala-compound-engineering-ce-sync-upstream ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Upstream Sync Detection Command
一键检测多个上游仓库最近 30 天的更新,通过角色化策略获取数据,过滤噪音,生成带 YAML frontmatter 的结构化报告供用户决策是否整合。
参数说明
| 参数 | 说明 | 示例 | |------|------|------| | [F] | 强制全量扫描(v1 无实际差异,保留为未来缓存接口) | /ce:sync-upstream [F] |
Main Tasks
Phase 0: 参数解析与前置条件
检测 [F] 标志:如果包含 [F] 或 [f] → FULL_SCAN = true,从参数中移除。
前置条件验证:
ghCLI:gh auth statusupstreamremote:git remote get-url upstream
失败不中断整体流程,仅对相关仓库标记 status=failed。
Phase 1: 配置加载与数据获取
1.1 读取配置
读取 docs/sync-reports/upstream-repos.json。如不存在,使用默认 4 仓库配置创建。
1.2 并行获取数据
计算 30 天前日期:
powershell -c "(Get-Date).AddDays(-30).ToString('yyyy-MM-ddTHH:mm:ssZ')"
对每个仓库根据 strategy 并行执行:
git-native (parent): git fetch upstream main --no-tags → git log --since="30 days ago" HEAD..upstream/main
github-api (reference): gh api repos/{owner}/{repo}/releases + gh api repos/{owner}/{repo}/commits
releases (runtime): gh api repos/{owner}/{repo}/releases
Phase 2: 噪音过滤与分析
排除:^chore、^bump、dependabot、^Merge pull request、^Merge branch
对每个变更评估相关性(高/中/低),必须附理由。
Phase 3: 报告生成
写入 docs/sync-reports/YYYY-MM-DD-upstream-sync.md,包含 YAML frontmatter + 摘要表格 + 详细分析 + 整合建议优先级。
Phase 4: 讨论
使用 AskUserQuestion:
"报告已生成。发现 N 个相关更新。下一步?"
- 逐项讨论 — 对高相关变更逐个评估
- 创建整合计划 — 运行
/ce:plan - 执行上游合并 —
git merge upstream/main --squash - 稍后处理 — 结束流程
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Jerrylalala
- Source: Jerrylalala/compound-engineering
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.