> ## 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.

# Default Skill Review Policy • AI Agent SDK

> DefaultSkillReviewPolicy: Default, conservative skill-review policy.

# DefaultSkillReviewPolicy

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Default, conservative skill-review policy.

Triggers only when the session did real work (at least `min_tool_calls`
tool invocations, default 1) and asks the agent to create or patch a
single skill if — and only if — a durable, reusable technique emerged.

## Constructor

<ParamField query="min_tool_calls" type="int" required={false} default="1">
  No description available.
</ParamField>

## Methods

<CardGroup cols={2}>
  <Card title="should_review()" icon="function" href="../functions/DefaultSkillReviewPolicy-should_review">
    Instance method.
  </Card>

  <Card title="review_prompt()" icon="function" href="../functions/DefaultSkillReviewPolicy-review_prompt">
    Instance method.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/protocols.py#L221">
  `praisonaiagents/skills/protocols.py` at line 221
</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>
