feat: bootstrap the skills repo with loong-monitor#2
Open
chumyin wants to merge 7 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
loong-monitor, for evidence-backed monitoring ofloongclaw-ai/loongclawactivity--copy-to, including per-run, latest-per-preset, latest, and published index viewsValidation
python3 /Users/chum/.codex/skills/.system/skill-creator/scripts/quick_validate.py /Users/chum/skills/skills/loong-monitorpython3 -m py_compile skills/loong-monitor/scripts/collect_repo_activity.py skills/loong-monitor/scripts/generate_report.py skills/loong-monitor/scripts/run_monitor_cycle.pypython3 skills/loong-monitor/scripts/collect_repo_activity.py --repo loongclaw-ai/loongclaw --days 30 --limit 20 --detail-limit 10 --compare-previous --output /tmp/loong-monitor-deeppython3 skills/loong-monitor/scripts/generate_report.py --activity /tmp/loong-monitor-deep/activity.json --output /tmp/loong-monitor-deep/report.mdpython3 skills/loong-monitor/scripts/run_monitor_cycle.py --preset weekly --repo loongclaw-ai/loongclaw --output-root /tmp/loong-monitor-presets --limit 15 --detail-limit 8python3 skills/loong-monitor/scripts/run_monitor_cycle.py --preset calendar-week --repo loongclaw-ai/loongclaw --output-root /tmp/loong-monitor-presets --limit 12 --detail-limit 6python3 skills/loong-monitor/scripts/run_monitor_cycle.py --preset calendar-month --repo loongclaw-ai/loongclaw --until 2026-03-31 --output-root /tmp/loong-monitor-presets --limit 12 --detail-limit 6python3 skills/loong-monitor/scripts/run_monitor_cycle.py --preset quarter --repo loongclaw-ai/loongclaw --output-root /tmp/loong-monitor-presets --limit 10 --detail-limit 5python3 skills/loong-monitor/scripts/run_monitor_cycle.py --preset calendar-quarter --repo loongclaw-ai/loongclaw --until 2026-03-31 --output-root /tmp/loong-monitor-presets --limit 10 --detail-limit 5python3 skills/loong-monitor/scripts/run_monitor_cycle.py --preset weekly --repo loongclaw-ai/loongclaw --output-root /tmp/loong-monitor-runs --copy-to /tmp/loong-monitor-published --limit 8 --detail-limit 4Closes #1