review-suggestions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-suggestions (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Review pending AI suggestions, collect feedback, and update the user preference profile to calibrate future AI analysis.
Read data/suggestions_pending.md.
If the file doesn't exist or contains no suggestion entries (only the heading), tell the user:
"No pending suggestions. All caught up! 🎉"
And stop.
Parse each suggestion entry (each starts with ### ) and split by date:
Create an artifact with RequestFeedback: true. Number each suggestion sequentially for easy reference.
Support both legacy and new rubric metadata formats dynamically.
Use this format:
# 📋 AI Suggestion Review
> 共 {N} 條待審建議 | 今日:{T} 條 | 歷史:{B} 條
>
> 回覆方式:
> - "Accept 1, 3. Reject 2."
> - "#1 accept — 我週末來試. #2 reject — 太抽象"
> - 也可以加上整體偏好,例如:"I prefer hands-on tasks under 30 minutes"
> - 不提到的建議會保持待審狀態
---
## 📅 今日建議
### #1 — [Title](source_url)
- 📂 Newsletter | 🏷️ 技術 | 📊 5/6 (A:2 P:1 G:2)
- 📋 **建議**:在本地使用 pgvector 實作混合查詢流程
- 📄 [完整報告](file:///path/to/report.md)
---
## 📂 歷史待審
### #3 — [Title](source_url)
- 📂 Threads | 🏷️ 技術 | 💎 Mid | ⚡ Mid | 🎯 Store
- 📋 **建議**:將這個觀點加入 learnings/lessons.md
- 📄 [完整報告](file:///path/to/report.md)If there are no today's suggestions, omit the 📅 今日建議 section. If there is no backlog, omit the 📂 歷史待審 section.
Accept natural-language responses. Parse for:
#N, suggestion number, or title keywords to Accept/Reject"Accept 1, 3. Reject 2.", "#1 accept — I'll try this weekend", "All accept except #3"— or :)"I prefer hands-on tasks", "不要再推薦閱讀論文類的建議"Suggestions not mentioned in the user's response remain in suggestions_pending.md.
For each suggestion the user provided feedback on:
data/suggestions_reviewed.md — the original suggestion entry plus feedback:---
### 2026-05-07 | Newsletter | [Title](source_url)
- 🏷️ 技術 | 📊 5/6 (A:2 P:1 G:2)
- 📋 建議:在本地使用 pgvector 實作混合查詢流程
- 📄 [報告](file:///path/to/report.md)
- **Feedback**: ✅ Accept
- **Comment**: 我週末來試 pgvector
- **Reviewed**: 2026-05-07T14:00:00+08:00(Note: Legacy entries are appended keeping their original `💎 | ⚡ | 🎯` fields.)
data/suggestions_pending.md — keep only the entries the user did NOT provide feedback on. Preserve the # 📋 Pending Suggestions heading.Read the full data/suggestions_reviewed.md and existing data/user_preferences.md (if any).
Analyze all reviewed entries to produce the updated preference profile. Write to data/user_preferences.md with the following structure:
Count total reviewed, accept count/rate, reject count/rate.
建議 texts by action type (e.g., "implement prototype", "add to AGENTS.md", "test tool", "read article")# User Preference Profile
> Last updated: YYYY-MM-DD | Based on {N} reviewed suggestions
## Summary Statistics
- Total reviewed: {N}
- Accept: {A} ({A%}) | Reject: {R} ({R%})
## Topic Preferences
### High Interest (accept rate > 60%)
- [topic 1]
- [topic 2]
### Low Interest (accept rate < 40%)
- [topic 1]
## Action Type Preferences
### Preferred (user acts on these)
- [action type 1]
### Avoided (user rejects these)
- [action type 1]
## Shifting Interests
- [topic]: all-time {A}% → last 14 days {B}%. Treating as {level}.
## Explicit Preferences
- [direct user statement 1]
- [direct user statement 2]After writing data/user_preferences.md, invoke the rubric-grader skill in Maintain mode to perform blocklist verification and threshold score calibration.
Report the results:
"✅ Reviewed {N} suggestions ({A} accepted, {R} rejected). Preference profile updated."
| Step | Action | File(s) Affected |
|---|---|---|
| 1 | Load pending | data/suggestions_pending.md (read) |
| 2 | Split today vs. backlog | — |
| 3 | Present artifact | Antigravity artifact |
| 4 | Parse feedback | — |
| 5 | Update files | suggestions_pending.md (rewrite), suggestions_reviewed.md (append) |
| 6 | Regenerate profile | suggestions_reviewed.md (read), user_preferences.md (write), invokes rubric-grader (maintain) |
| 7 | Confirm | — |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.