rpamis/comet/eval/local/skills/benchmarks/039-release/comet-classic-039-hotfix/SKILL.md
comet-hotfix
Comet preset path: Bug fix / hotfix. Skip brainstorming, directly open → build → verify → archive. Applicable for behavior fixes, scenarios not involving new capability design.
- Source repository stars
- 2,640
- Declared platforms
- 0
- Static risk flags
- 1
- Last source update
- 2026-08-05
- Source checked
- 2026-08-05
Decision brief
What it does—and where it fits
Quick bug fix workflow: open → build → verify → archive. Skip brainstorming and full plan, applicable for behavior fixes not involving new capability design.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/rpamis/comet --skill "eval/local/skills/benchmarks/039-release/comet-classic-039-hotfix"Inspect the Agent Skill "comet-hotfix" from https://github.com/rpamis/comet/blob/966d6cbebc2b044a341e6f60968d7d64cbee18dd/eval/local/skills/benchmarks/039-release/comet-classic-039-hotfix/SKILL.md at commit 966d6cbebc2b044a341e6f60968d7d64cbee18dd. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Process (preset workflow, 6 steps)
Streamlined OpenSpec artifacts must use the language of the user request that triggered this workflow.
proposal.md — problem description + root cause analysis + fix goal (no solution comparison needed)design.md — fix solution (one is enough, no multi-solution comparison needed)tasks.md — fix task list - 02
4. Verification (preset verify)
Reuse /comet-verify, with comet-verify's scale assessment deciding lightweight or full verification.
Reuse /comet-verify, with comet-verify's scale assessment deciding lightweight or full verification.Immediately execute: Use the Skill tool to load the comet-verify skill. Skipping this step is prohibited.Small-scale hotfixes without delta spec usually meet lightweight verification conditions (≤ 3 tasks, ≤ 2 files), comet-verify's scale assessment will select the lightweight verification path (6 quick checks, including l… - 03
Automatic Handoff to Next Phase
Follow comet/reference/auto-transition.md. Key command:
NEXT: auto → invoke the skill pointed to by SKILL to continue hotfix workflow (phase: build returns comet-hotfix, verify returns comet-verify, archive returns comet-archive)NEXT: manual → do not invoke the next skill; prompt user to manually run / per HINTNEXT: done → workflow is complete, no further action needed - 04
0. Output Language Constraint
Streamlined OpenSpec artifacts must use the language of the user request that triggered this workflow.
Streamlined OpenSpec artifacts must use the language of the user request that triggered this workflow.Execution chain: open → build → root cause check → verify → archive. Hotfix provides default decisions for each phase: streamlined open, direct build, root cause confirmation, scale-based verification, and final archive…Locate Comet scripts before starting: - 05
1. Quick Open (preset open)
Reuse Comet open capability to create change, but use hotfix defaults: do not execute openspec-explore long exploration, directly enter streamlined change creation.
proposal.md — problem description + root cause analysis + fix goal (no solution comparison needed)design.md — fix solution (one is enough, no multi-solution comparison needed)tasks.md — fix task list
Permission review
Static risk signals and limitations
Runs scripts
The documentation asks the agent to run terminal commands or scripts.
After verification passes, record `.comet.yaml` `verify_result` as `pass` according to `/comet-verify` rules, must not skip this status before archiving. After verification passes, still enter `/comet-archive`'s final archive confirmation; Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 94/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 2,640 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- rpamis/comet
- Skill path
- eval/local/skills/benchmarks/039-release/comet-classic-039-hotfix/SKILL.md
- Commit
- 966d6cbebc2b044a341e6f60968d7d64cbee18dd
- License
- MIT
- Collected
- 2026-08-05
- Default branch
- master
View the original SKILL.md
Comet Preset Path: Hotfix
Quick bug fix workflow: open → build → verify → archive. Skip brainstorming and full plan, applicable for behavior fixes not involving new capability design.
Applicable conditions (all must be met):
- Fix bugs in existing functionality, no new capability
- No interface changes or architecture adjustments
- Change scope is predictable (usually ≤ 2 files)
Not applicable: If fix process discovers need for architecture adjustments, should upgrade to full /comet workflow.
Process (preset workflow, 6 steps)
0. Output Language Constraint
Streamlined OpenSpec artifacts must use the language of the user request that triggered this workflow.
Execution chain: open → build → root cause check → verify → archive. Hotfix provides default decisions for each phase: streamlined open, direct build, root cause confirmation, scale-based verification, and final archive confirmation after verification passes.
Locate Comet scripts before starting:
COMET_ENV="${COMET_ENV:-$(find . "$HOME"/.*/skills "$HOME/.config" "$HOME/.gemini" -path '*/comet/scripts/comet-env.sh' -type f -print -quit 2>/dev/null)}"
if [ -z "$COMET_ENV" ]; then
echo "ERROR: comet-env.sh not found. Ensure the comet skill is installed." >&2
return 1
fi
. "$COMET_ENV"
1. Quick Open (preset open)
Reuse Comet open capability to create change, but use hotfix defaults: do not execute openspec-explore long exploration, directly enter streamlined change creation.
Immediately execute: Use the Skill tool to load the openspec-new-change skill. Skipping this step is prohibited.
After the skill loads, follow its guidance to create streamlined artifacts:
proposal.md— problem description + root cause analysis + fix goal (no solution comparison needed)design.md— fix solution (one is enough, no multi-solution comparison needed)tasks.md— fix task list- No delta spec needed (unless fix changes existing spec acceptance scenarios)
Initialize Comet state file:
"$COMET_BASH" "$COMET_STATE" init <name> hotfix
Verify initialized state:
"$COMET_BASH" "$COMET_STATE" check <name> open
Run phase guard to transition open → build:
"$COMET_BASH" "$COMET_GUARD" <change-name> open --apply
Check auto_transition to decide whether to continue:
"$COMET_BASH" "$COMET_STATE" next <name>
NEXT: auto→ continue to Step 2NEXT: manual→ pause, followHINTto prompt user to run/<SKILL>manually
2. Direct Build (preset build)
Use hotfix defaults: build_mode: direct. Skip Superpowers brainstorming and writing-plans (unless tasks > 3; if exceeds 3 tasks, transfer to /comet-build's plan and execution method selection — note this does NOT trigger full workflow upgrade, only switches execution method).
Before continuing or starting changes, handle uncommitted changes through comet/reference/dirty-worktree.md. If attribution shows the fix scope exceeds hotfix, handle it through this file's "Upgrade Conditions".
Immediately execute: Execute tasks one by one according to tasks.md:
- Read
openspec/changes/<name>/tasks.md, get incomplete task list - For each incomplete task:
- Modify code according to task description
- Run project formatter (e.g.,
mvn spotless:apply,npm run format) - Run related tests to confirm pass
- Check corresponding
- [ ]to- [x]in tasks.md - Commit code, commit message format:
fix: <brief fix description>
- After all tasks complete, explicitly run relevant project tests and build commands
If fix affects existing spec acceptance scenarios:
- Create delta spec in
openspec/changes/<name>/specs/<capability>/spec.md - Only include
## MODIFIED Requirementssection
During hotfix execution, whenever a crash, unexpected behavior, test failure, or build failure appears while running the program, tests, build, or manual verification, must use the Skill tool to load the Superpowers systematic-debugging skill. Before root-cause investigation is complete, must not propose or implement source-code fixes.
For specific investigation, minimal failing test, fix verification, and keeping the current change verification loop, follow comet/reference/debug-gate.md.
3. Root Cause Elimination Check
Execute before running build guard, ensuring the fix actually eliminates the root cause:
- Read bug description and root cause in proposal.md
- Search and verify problem code no longer exists
- If root cause not eliminated, return to Step 2 to continue fix (still in build phase, no state transition needed)
Upgrade conditions:
- Root cause check reveals deep architecture issues → Stop hotfix, handle per "Upgrade Conditions" section
- Fix requires additional interface changes → Stop hotfix, handle per "Upgrade Conditions" section
After root cause is confirmed eliminated, run phase guard to transition build → verify:
"$COMET_BASH" "$COMET_GUARD" <change-name> build --apply
State automatically updates to phase: verify, verify_result: pending, then enter verification.
4. Verification (preset verify)
Reuse /comet-verify, with comet-verify's scale assessment deciding lightweight or full verification.
Immediately execute: Use the Skill tool to load the comet-verify skill. Skipping this step is prohibited.
Small-scale hotfixes without delta spec usually meet lightweight verification conditions (≤ 3 tasks, ≤ 2 files), comet-verify's scale assessment will select the lightweight verification path (6 quick checks, including lightweight code review). If hotfix created delta spec, enter full verification path according to comet-verify's scale assessment rules.
After verification passes, record .comet.yaml verify_result as pass according to /comet-verify rules, must not skip this status before archiving. After verification passes, still enter /comet-archive's final archive confirmation; do not automatically run the archive script.
5. Archive (preset archive)
Reuse /comet-archive. Must satisfy verify_result: pass in .comet.yaml before archiving, and wait for /comet-archive's final archive confirmation.
Immediately execute: Use the Skill tool to load the comet-archive skill to archive. Skipping this step is prohibited.
If there is delta spec, sync to main spec according to comet-archive rules, and handle associated Design Doc and Plan archiving annotations.
Continuous Execution Mode
Exception: when .comet.yaml has auto_transition: false, after each phase guard advances phase, do not auto-invoke the next skill. In this case, use "$COMET_BASH" "$COMET_STATE" next <name> output and pause for manual continuation as instructed.
The following situations must also pause and wait for user confirmation:
- Encountering upgrade conditions (see "Upgrade Conditions" section). Must use the current platform's available user input/confirmation mechanism to pause and wait for the user to explicitly confirm upgrading to full workflow
- workspace isolation and execution-method selection when tasks exceed 3 and transfer to
/comet-build - verify phase (comet-verify) verification-failure and branch-handling decisions
- Final archive confirmation (before comet-archive runs the archive script)
Execution order: quick open → direct build → root cause check → verification → archive → complete
After each step completes, immediately enter next step. Within each phase, must still call corresponding Comet/OpenSpec/Superpowers skill according to above requirements; if the called skill has its own user decision points, follow that skill's rules.
Upgrade Conditions
Upgrade to full /comet when any of the following conditions are met:
| Condition | Explanation |
|---|---|
| Change involves 3+ files | Exceeds single-point fix scope |
| Architecture changes | New modules, new interfaces, new dependencies |
| Database schema changes | Structural adjustments |
| Introduces new public API | Fix creates new external interface |
| Fix scope exceeds single function/module | Requires coordinated changes |
When upgrade conditions are met, must follow the comet/reference/decision-point.md protocol to pause and wait for the user to explicitly confirm upgrading to the full /comet workflow. Do not directly enter /comet-design, and do not automatically supplement Design Doc.
After user confirms upgrade, must first update the workflow and phase fields before entering full flow:
"$COMET_BASH" "$COMET_STATE" set <name> workflow full
"$COMET_BASH" "$COMET_STATE" set <name> phase design
Then on current change basis, supplement Design Doc: Immediately use the Skill tool to load the comet-design skill, proceed normally with full workflow. If user does not confirm upgrade, stop hotfix and report that current change has exceeded hotfix scope.
Exit Conditions
- Bug fixed, tests pass
- Change archived
- If spec changes, synced to main spec
- Phase guard: Before build → verify run
"$COMET_BASH" "$COMET_GUARD" <change-name> build --apply; before verify → archive follow/comet-verifyand run"$COMET_BASH" "$COMET_GUARD" <change-name> verify --apply
Automatic Handoff to Next Phase
Follow comet/reference/auto-transition.md. Key command:
"$COMET_BASH" "$COMET_STATE" next <name>
NEXT: auto→ invoke the skill pointed to bySKILLto continue hotfix workflow (phase: buildreturnscomet-hotfix,verifyreturnscomet-verify,archivereturnscomet-archive)NEXT: manual→ do not invoke the next skill; prompt user to manually run/<SKILL>perHINTNEXT: done→ workflow is complete, no further action needed
Alternatives
Compare before choosing
rpamis/comet
comet-hotfix
Use only when explicitly invoked as /comet-hotfix or routed by the root Comet skill/runtime to the hotfix preset; fix an existing behavior bug, not an ordinary unmanaged bugfix.
prowler-cloud/prowler
postgresql-indexing
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance
HKUDS/Vibe-Trading
strategy-generate
Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.
alirezarezvani/claude-skills
quality-manager-qms-iso13485
ISO 13485 Quality Management System implementation and maintenance for medical device organizations. Provides QMS design, documentation control, internal auditing, CAPA management, and certification support. Use when working with medical device quality systems, preparing for ISO 13485 audits, managing regulatory compliance documentation, setting up corrective actions, or building audit preparation programs. Useful for quality management, audit preparation, regulatory compliance, medical device d