ver 1.0.0 initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: Show a work package by id, e.g. /op-show 1234.
|
||||
allowed-tools: Bash(python3 *op.py*), Bash(python *op.py*), Bash(ls *)
|
||||
---
|
||||
|
||||
Show full detail for OpenProject work package `$ARGUMENTS` using the openproject skill.
|
||||
|
||||
```bash
|
||||
OP="${CLAUDE_PLUGIN_ROOT}/skills/openproject/scripts/op.py"
|
||||
[ -f "$OP" ] || OP=$(ls "$PWD"/skills/openproject/scripts/op.py 2>/dev/null | head -1)
|
||||
python3 "$OP" wp show $ARGUMENTS
|
||||
```
|
||||
Reference in New Issue
Block a user