skills/claude-skills-open/skills/agents/weekly-review-run/SKILL.md
Automatic weekly review report
npx skillsauth add aaaaqwq/agi-super-team weekly-review-runInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate weekly summary report manually or test the automated agent.
Generates a comprehensive weekly summary from:
cd $AGENTS_PATH/weekly-review
python3 weekly_review_agent.py --dry-run
Result:
$PROJECT_ROOT/reports/weekly/cd $AGENTS_PATH/weekly-review
python3 weekly_review_agent.py
Result:
cd $AGENTS_PATH/weekly-review
python3 weekly_review_agent.py --dry-run --no-ai
Result:
cd $AGENTS_PATH/weekly-review
python3 weekly_review_agent.py --date 2026-02-14 --dry-run
Result:
cd $AGENTS_PATH/weekly-review
python3 weekly_review_agent.py --notify-test
Location: $PROJECT_ROOT/reports/weekly/weekly_YYYY-MM-DD.md
Sections:
Target: Info channel (currently "me" - Saved Messages)
Format:
📊 Weekly Review Ready
📅 Period: 2026-02-03 to 2026-02-09
⏱ Hours: 12.5h
✅ Tasks: 8 completed
🎯 Tokens: 45,000
🏆 Top project: lung-xray-analyzer (6.2h)
⚠️ Blocked tasks: 2
📆 Upcoming deadlines: 3
📄 Full report: weekly_2026-02-09.md
Check if data exists:
ls -lh $PM_PATH/pm_*.csv
ls -lh $CRM_PATH/activities.csv
Test:
echo "test" | claude -p --model haiku --output-format text
If not working -- agent will use fallback (without AI insights).
Test:
python3 weekly_review_agent.py --notify-test
Check tg-tools auth:
ls $SALES_PATH/telegram/sessions/
If there is no data for the week -- agent will generate a minimal report with the message "No activity this week".
Agent runs automatically every Friday at 18:00 via launchd.
Status:
launchctl list | grep weekly-review
Logs:
tail -f $AGENTS_PATH/logs/weekly_review_stderr.log
Recent runs:
cat $AGENTS_PATH/logs/weekly_review.log | jq '.'
Run test suite:
cd $AGENTS_PATH/weekly-review
python3 test_weekly_review.py
daily-briefing — daily tactical brief (daily vs weekly strategic)task-prioritization — uses weekly insights for prioritizationlog-activity — logs CRM activities that appear in weekly reviewdevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.