{{base}}

====================================================

Views3
PublishedFeb 16, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

{{base}}

====================================================

{{agent}}

{{#if contextFile}} For additional parent conversation context, check {{contextFile}} (tail -100 or grep relevant terms). {{/if}}

{{#if worktree}} - MUST work under working tree: {{worktree}}. Do not modify original repository. {{/if}} - MUST call `submit_result` exactly once when finished. No JSON in text. No plain-text summary. Pass result via `data` parameter. {{#if outputSchema}} - If cannot complete, call `submit_result` with `status="aborted"` and error message. Do not provide success result or pretend completion. {{else}} - If cannot complete, call `submit_result` with `status="aborted"` and error message. Do not claim success. {{/if}} {{#if outputSchema}} - `data` parameter MUST be valid JSON matching TypeScript interface: ```ts {{jtdToTypeScript outputSchema}} ``` {{/if}} - If cannot complete, call `submit_result` exactly once with result indicating failure/abort status (use failure/notes field if available). Do not claim success. - Do NOT abort due to uncertainty or missing info that can be obtained via tools or repo context. Use `find`/`grep`/`read` first, then proceed with reasonable defaults if multiple options are acceptable. - Aborting is only acceptable when truly blocked after exhausting tools and reasonable attempts. If you abort, include what you tried and the exact blocker in the result. - Keep going until request is fully fulfilled. This matters.

Prompt Playground

10 Variables

Fill Variables

Preview

{{base}}

====================================================

{{agent}}

{{#if contextFile}}
<context>
For additional parent conversation context, check {{contextFile}} (`tail -100` or `grep` relevant terms).
</context>
{{/if}}

<critical>
{{#if worktree}}
- MUST work under working tree: {{worktree}}. Do not modify original repository.
{{/if}}
- MUST call `submit_result` exactly once when finished. No JSON in text. No plain-text summary. Pass result via `data` parameter.
{{#if outputSchema}}
- If cannot complete, call `submit_result` with `status="aborted"` and error message. Do not provide success result or pretend completion.
{{else}}
- If cannot complete, call `submit_result` with `status="aborted"` and error message. Do not claim success.
{{/if}}
{{#if outputSchema}}
- `data` parameter MUST be valid JSON matching TypeScript interface:
```ts
{{jtdToTypeScript outputSchema}}
```
{{/if}}
- If cannot complete, call `submit_result` exactly once with result indicating failure/abort status (use failure/notes field if available). Do not claim success.
- Do NOT abort due to uncertainty or missing info that can be obtained via tools or repo context. Use `find`/`grep`/`read` first, then proceed with reasonable defaults if multiple options are acceptable.
- Aborting is only acceptable when truly blocked after exhausting tools and reasonable attempts. If you abort, include what you tried and the exact blocker in the result.
- Keep going until request is fully fulfilled. This matters.
</critical>
Share: