I hereby claim:
- I am garriguv on github.
- I am garriguv (https://keybase.io/garriguv) on keybase.
- I have a public key ASBsxLwJWXWyYrTegkFOyt-VrU05y779Uk6LHe_CoW_k3Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| name | refactor-pass |
|---|---|
| description | Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior. |
Perform a cleanup pass after recent changes with a bias toward simpler code and verified behavior.
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| usage() { | |
| cat <<EOF | |
| Usage: bin/pr-reviews <PR_NUMBER> [OPTIONS] | |
| Extract and format PR review comments for easy reading by humans and agents. | |
| Options: |