Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal documentation without loading raw pages into main context.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill specialist-confluence-searcher --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Specialist Confluence Searcher?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-specialist-confluence-searcher)More formats (shields.io, HTML) on the badges page.
---
name: specialist-confluence-searcher
description: Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal documentation without loading raw pages into main context.
metadata:
triggers:
keywords:
- confluence search
- design docs
- internal documentation
- test data lookup
---
# Specialist: Confluence Searcher
## **Priority: P2 (MEDIUM)**
## Role
Find relevant docs and related issues, then summarize decisions, conflicts, and gaps.
## Budget
- Tool cap: <= 8 calls.
- Read only high-relevance pages.
- If MCP unavailable, ask for exported page text or links; if neither exists, return `BLOCKED`.
- No sub-agents.
## Steps
1. Search by ticket key, feature keywords, module, and architecture terms.
2. Read top relevant pages only.
3. Search related tickets when useful for scope or prior decisions.
4. Extract decision, constraint, data source, rollout note, or test data.
5. Flag conflicts between docs and current ticket/spec.
## Output
```text
### Confluence References
| Page | Relevance | Key Takeaway |
| --- | --- | --- |
| [title] | [High/Med/Low] | [summary] |
### Related Issues
| Key | Status | Relationship |
| --- | --- | --- |
| [key] | [status] | [relationship] |
### Conflicts or Gaps
- [item or None]
```
## Anti-Patterns
- No raw page dumps.
- No stale-doc claim without date/version evidence.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!