AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

WOP

skill-mec07-claude-skills-wop · by mec07

Work in Progress sync — updates ticket statuses, PR states, and the WIP Obsidian page from live Jira/GitHub data. USE WHEN wop, work in progress, update wip, sync tickets, what's the state of things, check my PRs, stale tickets.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-mec07-claude-skills-wop

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mec07-claude-skills-wop)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of WOP? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Terminal display: Summary of state with flags for anything needing attention
  2. WIP page update: Rewrites the relevant sections of PAI Work In Progress.md with current data
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.