# QA Analysis

> Add additional QA analysis to document segments. When the user asks for additional analysis, deeper analysis, more questions about a specific document or segment. Triggers: '추가분석', 'additional analysis', 'analyze more', 'add QA', or when asking to examine a document segment more closely.

- Skill: `aws-samples/qa-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aws-samples/qa-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aws-samples/qa-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: aws-samples (https://skillmd.com/u/aws-samples)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aws-samples/qa-analysis

---


# QA Analysis Skill

## Workflow

1. Identify the target document_id from conversation context
2. Call `get_document_segments` to check segment count
3. If total_segments == 1 → proceed with segment_index=0
4. If total_segments > 1 → ask user which page/segment to analyze
5. Ask user what question they want answered (if not already specified)
6. Call `add_document_qa` with the parameters
7. Present the result to the user

