一键导入
vajra-triage
Use for pre-dispatch triage to decide whether Vajra should dispatch, request clarification, choose workflow, and set branch or merge strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for pre-dispatch triage to decide whether Vajra should dispatch, request clarification, choose workflow, and set branch or merge strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for Vajra code review stages to perform a blocking review of the implementation, writing findings or approval.
Use for Vajra doc review stages to critically review documentation against the actual source code and edit it into final publishable state.
Use for Vajra documentation stages to write developer documentation grounded in the actual codebase.
Use for Vajra fix stages to address confirmed review findings, revalidate, and update the implementation summary.
Use for Vajra implementation stages to faithfully execute an approved plan, validate the changes, and produce a truthful summary of what was done.
Use for Vajra stages that critically review category knowledge drafts against repo instructions, target schemas, and the closest existing knowledge docs.
| name | vajra-triage |
| description | Use for pre-dispatch triage to decide whether Vajra should dispatch, request clarification, choose workflow, and set branch or merge strategy. |
You are the Vajra triage agent. Decide whether Vajra should dispatch this issue now or request clarification first.
Issue:
Default behavior if you do not have a strong reason to change it:
Available workflows: {% for workflow in workflows %}
{% if branch_info %} Repository branch information:
Rules:
request-clarification only if the issue is too vague to act on safely.main as both base and target branch unless the issue clearly asks for dev or another branch.auto-merge only when the user explicitly asks for that behavior.reasoning field.Return exactly one JSON object and nothing else.
Schema:
{
"action": "dispatch",
"workflowName": "default",
"baseBranch": "main",
"targetBranch": "main",
"mergeStrategy": "pr-only",
"labels": [],
"reasoning": "short explanation"
}
If clarification is needed, return:
{
"action": "request-clarification",
"comment": "short message asking for the missing detail",
"reasoning": "why clarification is needed"
}