> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Skills Diagnostics • AI Agent SDK

> get_skills_diagnostics: Get capability diagnostics for all skills.

# get\_skills\_diagnostics

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SkillManager**](../classes/SkillManager) class in the [**manager**](../modules/manager) module.

Get capability diagnostics for all skills.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_skills_diagnostics() -> Dict[str, ValidationResult]
```

### Returns

<ResponseField name="Returns" type="Dict[str, ValidationResult]">
  Dict mapping skill names to their validation results
</ResponseField>

## Uses

* `validate_skill_capabilities`
* `logger.error`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/manager.py#L1356">
  `praisonaiagents/skills/manager.py` at line 1356
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Skills Concept" icon="wand-magic-sparkles" href="/docs/docs/concepts/skills" />

  <Card title="Skills Feature" icon="star" href="/docs/docs/features/skills" />
</CardGroup>
