From confluence-assistant-skills
Manage content labels - add, remove, and search by labels. ALWAYS use when user wants to tag, label, or categorize content.
npx claudepluginhub grandcamel/confluence-assistant-skills --plugin confluence-assistant-skillsThis skill uses the workspace's default tool permissions.
Manage labels on Confluence content.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Manage labels on Confluence content.
This skill manages labels (tags) on Confluence content. Use for:
| Use This Skill | Use Instead |
|---|---|
| Add/remove labels | - |
| Find by label | confluence-search (for complex queries) |
| List page labels | - |
| Create/edit pages | confluence-page |
| Set permissions | confluence-permission |
All operations are low risk and easily reversible:
| Operation | Risk | Notes |
|---|---|---|
| List labels | - | Read-only |
| Add label | - | Can be removed |
| Remove label | - | Can be re-added |
| Search by label | - | Read-only |
Add one or more labels to content.
Usage:
confluence label add PAGE_ID LABEL [LABEL ...]
confluence label add 12345 documentation --output json
Options:
--output, -o - Output format: text or jsonExamples:
confluence label add 12345 documentation
confluence label add 12345 doc approved v2
Remove a label from content.
Usage:
confluence label remove PAGE_ID LABEL
confluence label remove 12345 draft --output json
Options:
--output, -o - Output format: text or jsonExamples:
confluence label remove 12345 draft
List labels on content.
Usage:
confluence label list 12345
confluence label list 12345 --output json
Options:
--output, -o - Output format: text or jsonFind content by label.
Usage:
confluence label search documentation
confluence label search approved --space DOCS
confluence label search api-docs --type page --limit 50
Options:
--space, -s - Limit to specific space--type - Content type filter: page or blogpost--limit, -l - Maximum results (default: 25)--output, -o - Output format: text or jsonList most used labels.
Usage:
confluence label popular --space DOCS
confluence label popular --limit 20
confluence label popular --output json
Options:
--space, -s - Limit to specific space--limit, -l - Maximum labels to return (default: 25)--output, -o - Output format: text or json