# Usecase in Client Project!

1\. Use clickup MCP to directly ask questions about clickup and get answers in real time.

```
Use the clickup MCP and tell about the latest comment of this ID
```

2\. Use github-cli with AI for commit message generation, code review, and issue management.

<br>

\- <https://cli.github.com/>

<br>

\- use command for that /push-git

<br>

\- use npm run format to format the code before pushing

<br>

\`\`\`

Use the github-cli with AI to generate a commit message for this code change only for the staged file

\`\`\`

<br>

3\. Playwrite MCP to automate browser testing and get insights on test results.

<br>

\`\`\`

use the play write mcp and run npm run dn-dev check the dom and give me a report

\`\`\`

<br>

4\. Claude Commands for generating documentation, code snippets, and answering technical questions.

5\. Use agent.md for code understanding and basic rules

<br>

6\. Read this repository : <https://github.com/Sumonta056/DN-Overview/blob/main/content/docs/DN-Cpp/PROJECT\\_OVERVIEW.md> to understand the project structure and use it for better code navigation and understanding.

<br>

7\. /PROMPT Builder

\ <br>

{% hint style="success" %}
**A small request:**

Would You like donate a small amount : [**Click Here**](https://forms.gle/S1FJaEpzGcnMQbm77)

*If you find value in what we’re doing, please **subscribe to My YouTube channel** & Newsletter and **share this initiative** with others in your network. Together, we can build a stronger tech community.*&#x20;

**Want to learn a topic like this? \[**[**Subscribe to My YouTube Channel**](https://www.youtube.com/@LearnCodewithPS5638)**]**

**Code & Career Golpo Newsletter:** [Subscribe to My Newsletter](https://www.linkedin.com/newsletters/code-career-golpo-7309186050084544512/)
{% endhint %}


---

# Agent Instructions: 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://sumontas-organization.gitbook.io/claude-code-handbook-sumonta056/resources/usecase-in-client-project.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.
