review-pending
Review Pending Items
Read doc/PENDING_REVIEW.md and audit which items are still actionable.
For each non-resolved item, check:
-
Data freshness: Query
backend/tracker.dbto see if relevant data exists- For "needs first scrape" items:
SELECT COUNT(*) FROM <table> WHERE collection_date >= '<item_date>' - For singles: check
singles_price_entriescount for the expansion - For products: check
price_entriescount - For eBay items: check
ebay_price_entries
- For "needs first scrape" items:
-
File existence: Check if referenced JSON files, scripts, or config entries exist
- Use Glob/ls to verify paths mentioned in the item
-
Staleness: Items older than 2 weeks with no activity are likely stale — flag them
-
Dependencies: Some items depend on others (e.g., "run after graded scraper fix") — note if the dependency is resolved
Output format
For each item, report:
- Status: Actionable / Likely resolved / Stale / Blocked
- Evidence: What you checked and found (DB counts, file existence, etc.)
- Action needed: What the user should do next (if anything)
If $ARGUMENTS is a specific item number, focus on just that item.
If $ARGUMENTS is empty or "all", review everything.
Sort by priority: Actionable items first, then stale, then likely resolved.
At the end, suggest which items can be moved to the Resolved table.
More from dangaiden/something-skill
dangaiden-project-overview
Generate a concise overview of the current project — structure, purpose, recent activity, and open questions. Use when the user asks "what is this repo?", "give me an overview", or "what's going on in this project?".
24scrape-status
Check today's scrape status across all pipelines — what's been scraped, what's in the DB, what's stranded in JSON files, what's been pushed to VPS. Use when the user asks about scrape progress, missing data, or push status.
2