You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/autoreview/SKILL.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,3 +136,10 @@ Include:
136
136
- the clean review result from the final helper/review run, or why a remaining finding was consciously rejected
137
137
138
138
Do not run another Codex review solely to improve the final report wording. If the final helper run exited 0 and produced no accepted/actionable findings, report that exact run as clean.
139
+
140
+
## PR / CI Closeout
141
+
142
+
- Prefer direct run/job APIs after CI starts: `gh run view <run-id> --json jobs`; use PR rollup only for final mergeability.
143
+
- After rebase, compare `origin/main..HEAD`; drop CI-fix commits already upstream before pushing.
144
+
- For prompt snapshot CI failures, prove/generate with Linux Node 24 before rerunning the failed job.
145
+
- Update PR body once near the final head unless proof labels are missing or stale enough to block CI.
description: "Use when previewing local channel message flow fixtures."
4
+
---
5
+
6
+
# Channel Message Flows
7
+
8
+
Use this from the OpenClaw repo root to send canned channel preview flows while iterating on message UX. These are real sends/edits/deletes against the configured channel target.
9
+
10
+
## Telegram
11
+
12
+
Native Telegram `sendMessageDraft` tool progress, then a final answer:
description: "Run or recover OpenClaw macOS release signing, notarization, appcast, and asset promotion."
4
+
---
5
+
6
+
# OpenClaw Mac Release
7
+
8
+
Use with `$openclaw-release-maintainer`, `$openclaw-release-ci`, and `$one-password` when stable macOS assets, private mac preflight, notarization, appcast promotion, or mac release recovery is involved.
9
+
10
+
## Credentials
11
+
12
+
- Canonical ASC item: vault `Molty`, title `API Key - App Store Connect - Personal - Release`.
- For cancelled same-branch runs, confirm whether a newer run superseded it.
133
133
- Fetch full logs only for failed or relevant jobs.
134
+
- Prefer `gh run view <run-id> --json jobs` over PR rollup while debugging; rollup can be stale/noisy.
135
+
- For `prompt:snapshots:check` failures, treat Linux Node 24 as CI truth. If macOS passes but CI drifts, reproduce in a Linux Node 24 container or Testbox, commit that generated output, then rerun.
0 commit comments