ワンクリックで
kirospec-basic
Create and maintain .kiro specifications from local scripts without external folder dependency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create and maintain .kiro specifications from local scripts without external folder dependency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pragmatic coding principles: SOLID, KISS, DRY, YAGNI in balance. Use when writing code, refactoring, reviewing, or designing architecture. Prevents over-engineering while maintaining code quality. Триггеры: "напиши код", "рефактори", "code review", "архитектура", "engineering principles", "SOLID", "KISS", "DRY", "YAGNI", "design this", "how to structure", "разбей на модули", "спроектируй архитектуру", "создай проект", "структура проекта", "объясни архитектуру"
Запуск скриптов, серверов, тестов, билдов на лету. Реалтайм-мониторинг, точечная остановка процессов, отладка по ходу выполнения. Триггеры: «запусти», «прогони», «проверь», «почини», «останови», «посмотри логи», «на ходу», «реалтайм», «realtime», «на лету», «мониторь», «отслеживай», «проверяй в процессе».
Стратегия логирования, форматы, уровни, отладка через логи, поиск edge cases и багов. Триггеры: «добавь логи», «логирование», «trace», «отслеживай баг», «edge case», «найди причину», «почему упало», «что тут произошло», «логирование в продакшене».
Создание кастомных субагентов для ЛЮБОГО AI CLI: Qwen Code, Codex, Claude Code, Factory Droid, Gemini CLI, OpenCode, GitHub Copilot CLI. Use when: создать агент, subagent, custom agent, сабагент, агент для CLI, кастомный субагент, agent for CLI, copilot agent
Scan code for security vulnerabilities, leaked secrets, and dependency issues using the Autofix Bot API (api.autofix.bot), and auto-fix detected issues. Use this skill when asked to: (1) Scan or analyze a repository or code for security issues, secrets, or vulnerabilities using Autofix Bot, (2) Upload/sync a local git repository to Autofix Bot for analysis, (3) Run Autofix Bot on code changes, pull requests, or patches, (4) Apply auto-fixes from Autofix Bot analysis results. Requires an Autofix Bot API key (environment variable AUTOFIX_BOT_API_KEY).
Retrieve code review results from DeepSource — issues, vulnerabilities, report cards, and analysis runs. Use when asked about code quality, security findings, dependency CVEs, coverage metrics, or analysis status.
| name | kirospec-basic |
| description | Create and maintain .kiro specifications from local scripts without external folder dependency. |
| enabled | true |
Назначение:
.kiro/specs/<spec-name>/ без внешней зависимости;design/requirements/tasks.Когда включать:
SPEC, спецификацию, либо правки design.md, requirements.md, tasks.md;Что делает skill:
SPEC_NAME из окружения.spec-init.sh.design.mdrequirements.mdtasks.mdБыстрый запуск:
SPEC_NAME="payments-webhook" \
SPEC_ROOT="." \
bash scripts/spec-init.sh "${SPEC_NAME}"
Локальные скрипты:
bash scripts/spec-init.sh <spec-name>pwsh -File scripts/spec-init.ps1 <spec-name>bash scripts/spec-init-undo.sh <spec-name>Reference:
references/SPEC_GUIDELINES.mdreferences/ExampleDesign.mdreferences/ExampleRequirements.mdreferences/ExampleTasks.mdПравила:
--force;--root;