with one click
PR / CI Monitor Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill pr-monitorCopy and paste this command into Claude Code to install the skill
PR / CI Monitor Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill pr-monitorCopy and paste this command into Claude Code to install the skill
| name | pr-monitor |
| description | PR / CI Monitor Skill |
| category | development |
| maturity | stable |
| tags | ["github","ci-monitoring","pull-requests","cron","alerts"] |
Use when: checking GitHub repo health, investigating why an alert fired, or adding a new repo to watch.
node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/status.cjs
node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/monitor.cjs --dry-run
node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/monitor.cjs
Runs every 30 minutes.
All JansenAnalytics repos (auto-discovered). Exclusions in config.json.
4 hours per issue — won't spam on persistent failures.
${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/config.json
node ${PR_MONITOR_HOME:-$HOME/projects/pr-monitor}/add-repo.cjs JansenAnalytics/some-new-repo
Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.