gstack-openclaw-retro
“Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware with per-person contributions, praise, and growth areas. Use when asked for weekly retro, what shipped this week, or engineering retrospective.”
aipkg.jsonLICENSE.txtREADME.mdSKILL.md- 01SQP-275%MEDIUM
SKILL.md:250
detailhide
The skill performs persistent file writes to memory/ directory without explicitly warning users in the skill description that data will be saved locally. This could create unexpected data persistence, privacy concerns, or disk space issues if users are unaware their interactions are being stored. The lack of transparency about persistent storage is a security/privacy concern.
248### Step 13: Save Retro History249250Save a JSON snapshot to `memory/retro-YYYY-MM-DD.json` with metrics, authors, version range, streak, and tweetable summary.251252---fix Add a clear disclosure to the skill description stating: 'Note: This skill saves retrospective snapshots to memory/ for trend tracking. Historical data will be retained locally.' Additionally, consider adding a --no-save flag to allow users to opt-out of persistent storage, and document the data retention policy.