Install
$ agentstack add skill-mec07-claude-skills-wop ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
WOP (Work in Progress)
Status sync skill. Answers "what's the current state of things?" by pulling live data from Jira and GitHub, identifying staleness and mismatches, and updating the Work In Progress Obsidian page.
Trigger
/wop— explicit invocation- "update wip", "sync my tickets", "what's the state of things"
- "check my PRs", "stale tickets"
Configuration
Repo: $HOME/dev/powerx/data
GitHub org: powerxai/data
Jira: Atlassian MCP (searchJiraIssuesUsingJql, getJiraIssue)
WIP page: {VAULT}/PAI/PAI Work In Progress.md
Open Loops: ~/.claude/skills/PAI/USER/OPEN_LOOPS.md
Vault base: $HOME/Library/CloudStorage/GoogleDrive-fredlemi@gmail.com/My Drive/Obsidian/Obsidian Vault
Workflow Routing
| Workflow | Trigger | File | |----------|---------|------| | Sync | /wop, "update wip", "sync tickets" | Workflows/Sync.md |
What It Checks
Jira
- All assigned tickets: current status, sprint, last updated
- Staleness detection: ticket "In Development" but no commits/PR activity in 3+ days
- Status mismatches: Jira says "New" but PR already exists (should be "Code Review")
- Sprint alignment: tickets assigned but not in active sprint
GitHub
- Open PRs: review status (approved/changes requested/pending), CI status, merge conflicts
- Draft PRs: should any be promoted to ready?
- PRs with no activity in 3+ days
- Reviews requested from Fred that haven't been done
Open Loops (work-related only)
- Scan OPEN_LOOPS.md for work-related items that might be stale
Output
- Terminal display: Summary of state with flags for anything needing attention
- WIP page update: Rewrites the relevant sections of
PAI Work In Progress.mdwith current data - Suggested actions: "These 3 tickets need status updates in Jira", "This PR has been waiting for review 5 days"
Staleness Rules
| Condition | Flag | |-----------|------| | Ticket "In Development" + no commits in 3 days | ⚠️ Stale | | PR open + no review activity in 3 days | ⚠️ Needs chase | | PR with failing CI | 🔴 CI broken | | PR with merge conflicts | 🔴 Conflicts | | Ticket "New" but PR exists | ⚠️ Status mismatch | | Ticket in sprint but no activity all sprint | ⚠️ Sprint risk |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mec07
- Source: mec07/claude_skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.