> For the complete documentation index, see [llms.txt](https://docs.tessl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tessl.io/improving-your-skills.md).

# Improving your skills

- [Overview - Improving skills and plugins](https://docs.tessl.io/improving-your-skills/overview-improving-skills-and-plugins.md)
- [Review a skill against best practices](https://docs.tessl.io/improving-your-skills/evaluating-skills.md): How to review and optimize skills to ensure they follow best practices
- [Tessl Review](https://docs.tessl.io/improving-your-skills/tessl-review.md): Run skill reviews with Tessl Review and gate CI on a review score
- [Optimize a skill using best practices](https://docs.tessl.io/improving-your-skills/optimize-a-skill-using-best-practices.md)
- [Evaluate skill quality using scenarios](https://docs.tessl.io/improving-your-skills/evaluate-skill-quality-using-scenarios.md)
- [Evaluate your codebase agent readiness](https://docs.tessl.io/improving-your-skills/evaluating-your-codebase.md)
- [Troubleshooting evals](https://docs.tessl.io/improving-your-skills/troubleshooting-evals.md): Troubleshooting evaluations


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tessl.io/improving-your-skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
