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

# Autofix CodeAnt comments using your coding agent

<Steps>
  <Step title="Install the skill">
    <Tabs>
      <Tab title="Ask your agent">
        Prompt your coding agent:

        ```text theme={"system"}
        Install the codeant-resolve-pr-comments skill globally from https://github.com/CodeAnt-AI/skills.
        ```
      </Tab>

      <Tab title="Run the command">
        Run this command:

        ```bash theme={"system"}
        npx skills add CodeAnt-AI/skills --skill codeant-resolve-pr-comments --global
        ```
      </Tab>
    </Tabs>
  </Step>

  <Step title="Ask your agent to resolve the comments">
    ```text theme={"system"}
    Use codeant-resolve-pr-comments to fix the unresolved CodeAnt comments on my current pull request.
    ```
  </Step>
</Steps>
