Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add aiya000/dotfiles --skill create-this-issuegit clone --depth 1 https://github.com/aiya000/dotfilesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aiya000/dotfiles/create-this-issue)<a href="https://agentmods.dev/skills/aiya000/dotfiles/create-this-issue"><img src="https://agentmods.dev/badge/skills/aiya000/dotfiles/create-this-issue/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aiya000/dotfiles/create-this-issue"><img src="https://agentmods.dev/badge/skills/aiya000/dotfiles/create-this-issue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00075 | $0.01032 |
| Opus 5 | $0.00037 | $0.00516 |
| Sonnet 5 | $0.00015 | $0.00206 |
| Haiku 4.5 | $0.00007 | $0.00103 |
Grade A, and why
create-this-issue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
現在のタスクからIssueを作成
目的
現在のKiroセッションで取り組んでいる、または取り組む予定のタスクを、会話の文脈から特定してGitHub Issueにする。
このSkillの明示的な呼び出しはIssue作成の依頼として扱う。ただし、タスク内容、対象リポジトリ、またはテンプレート上の必須判断が不明瞭な場合は、作成前にユーザーへ確認する。
手順
1. 対象を確認する
- 現在のGitリポジトリとGitHub remoteを確認する
- ユーザーが対象リポジトリを指定している場合は、そのリポジトリを使用する
gh auth statusでGitHub認証を確認する- 現在の会話、ユーザーの依頼、アクティブなタスクリストから、Issueにするタスクを特定する
- 複数の独立したタスクが混在している場合は、どれをIssueにするか確認する
- タスクの目的や完了条件を特定できない場合は、推測で作成せずユーザーへ確認する
2. 現行テンプレートと規約を読む
- Gitルートの
.github/ISSUE_TEMPLATE/default.mdを読む - Gitルートおよび対象範囲の
AGENTS.mdにIssue本文の規約があれば読む - テンプレートや上位規約がこのSkillの例と異なる場合は、現行ファイルを優先する
3. Issue内容を組み立てる
- タイトル: タスク内容を簡潔に表す日本語タイトル
- 「何に貢献するか」: タスク内容に該当する既存項目へチェックを入れる
- 「本文」: 会話から分かる背景、目的、実装内容、完了条件、制約を具体的に記載する
- 手動動作確認手順: 現行のリポジトリ規約で必須の場合は、非エンジニアがそのまま実行できる形式で本文冒頭に記載する
- ラベル: タスクに適合する既存ラベルだけを候補にする
「何に貢献するか」を判断できない場合はユーザーへ確認する。関連情報が会話にない場合は、事実を創作せず省略または確認する。
4. ラベルを確認する
gh label list --limit 1000などで既存ラベルを取得する- 内容と明確に一致するラベルだけを選ぶ
- 存在しないラベルを新規作成しない
- ラベルの判断が曖昧な場合は、ラベルなしで作成するかユーザーへ確認する
5. Issueを作成する
- Markdown本文はshell引数へ直接展開せず、
gh issue create --body-fileで安全に渡す gh issue createに日本語タイトル、本文、既存ラベルを指定する- コマンドから返されたIssue URLと番号を記録する
gh issue view <番号> --json number,title,body,labels,urlで作成結果を再取得する- タイトル、本文、ラベルが意図した内容と一致することを確認する
完了報告
次をユーザーへ報告する。
- Issue番号
- タイトル
- URL
- 付与したラベル
- 作成後の検証結果
作成に失敗した場合は、重複作成を避けるためIssue一覧を確認してから再試行する。解消できない場合は、エラー内容と作成できなかった理由を報告する。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 68 lines · 75 tokens per session scan A 8d53556fbb96
create-this-issue is a skill published in the GitHub repository aiya000/dotfiles (19 stars, last pushed yesterday), licensed MIT. It adds 75 tokens to every session and 1,032 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-09.
Other skills, from other repositories
autopilot
Carry a well-scoped GitHub issue through the full dev loop autonomously, stopping at a per-run tier boundary (PR-ready, or merge+deploy for small reversible changes).
autopilot-triage
Vet open issues for autonomous resolution and queue the qualifying ones with the autopilot-queued label — the start-of-day "fill the queue" half of the triage → run split.
create-pr
Create a pull request with auto-generated description, issue linking, ROADMAP updates, and PR-metadata validation.
write-ticket-description
Voice guide for writing issue/ticket/task/epic descriptions. Use this skill for ALL issue creation — GitHub issues, Jira tasks, Monday tasks, Linear tasks, and epics. Contains section structure, voice rules, and anti-patterns. Never write ticket descriptions without invoking this skill first.
use-beads
Full reference for the beads task management workflow. Use when working with beads issues, planning multi-step work, or managing task lifecycle.
use-trekker
Full reference for the trekker task management workflow. Use when working with trekker issues, planning multi-step work, or managing task lifecycle.