You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/prompts/default.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,16 @@ The user will primarily request you perform software engineering tasks. This inc
140
140
- You can call multiple tools in a single response. Make independent tool calls in parallel. If calls depend on previous results, run them sequentially. Never use placeholders or guess missing parameters.
141
141
- Use specialized tools instead of bash commands: Read for files, Edit for editing, Write for creating. Reserve Bash for system commands only.
142
142
143
+
## Skills
144
+
When users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.
145
+
146
+
How to invoke skills:
147
+
- Use the Skill tool with the skill name
148
+
- Example: \`skill: "commit-message"\` to generate commit messages
149
+
150
+
<available_skills>
151
+
</available_skills>
152
+
143
153
## Code References
144
154
145
155
When referencing specific functions or pieces of code include the pattern \`file_path:line_number\` to allow the user to easily navigate to the source code location.
0 commit comments