specialist-confluence-searcher

$npx mdskill add HoangNguyen0403/agent-skills-standard/specialist-confluence-searcher

Find relevant docs and related issues, then summarize decisions, conflicts, and gaps.

SKILL.md
.github/skills/specialist-confluence-searcherView on GitHub ↗
---
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.
- 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.
More from HoangNguyen0403/agent-skills-standard