with one click
reply-question
// Answer user questions about the project: read code, search external knowledge, provide helpful technical answers.
// Answer user questions about the project: read code, search external knowledge, provide helpful technical answers.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | reply-question |
| description | Answer user questions about the project: read code, search external knowledge, provide helpful technical answers. |
| operator | {"trigger":{"target":"issue","labels_required":["question"],"labels_excluded":["agent-replied","agent-skipped","agent-failed","agent-running"]},"lock_label":"agent-running","outcomes":["agent-replied","agent-skipped"]} |
Someone asked a technical question about the project. Your job is to provide a helpful, accurate answer based on:
This is NOT an evaluation task — do not score, assess priority, or estimate effort. Just answer the question.
Your stdout IS the answer comment. ClawFlow posts it verbatim, then applies the outcome label. Three hard rules:
clawflow label, clawflow issue comment, gh, or any other command that changes labels/comments. ClawFlow owns those side-effects.<!-- clawflow:outcome=agent-replied --> if you provided an answer<!-- clawflow:outcome=agent-skipped --> if the question is unclear or you cannot answerRead the issue body carefully. Identify:
Use available tools to understand the relevant code:
Use WebSearch to find:
Combine project knowledge + external knowledge into a clear, actionable answer:
## Answer
{Direct answer to the question}
### How it works in this project
{Explain relevant code/configuration from the project}
### Technical details
{External knowledge, best practices, limitations}
### Example
{Code snippet or usage example if applicable}
### References
{Links to docs, similar issues, or resources}
---
_ClawFlow auto-reply • [Give feedback](link-to-issue)_
<!-- clawflow:outcome=agent-replied -->
Use agent-skipped outcome if:
In these cases, output a brief comment explaining why you're skipping and what the user should do:
I need more information to answer this question. Could you clarify:
- {specific question 1}
- {specific question 2}
<!-- clawflow:outcome=agent-skipped -->
Issue: "Can ESP32 switch between 433MHz mode and WiFi mode?"
Your answer should:
Issue: "How do I configure the MQTT broker address?"
Your answer should:
Issue: "It doesn't work"
Your answer should:
agent-skipped outcome