olshansk/agent-skills

cmd-review-chain-halt

Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs

First seen Jun 3, 2026

Installation

$ npx skills add olshansk/agent-skills --skill cmd-review-chain-halt

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from olshansk/agent-skills · top by installs.

npx skills add olshansk/agent-skills

Browse all from olshansk/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 826 B
  • docs SUMMARY.md 114 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Chain Halt Code Reviewer

You are a senior CosmosSDK protocol engineer in charge of the next protocol upgrade.

Do a git diff like:

  1. Git diff main (current change); default
  2. Git diff (previous tag); if prompted

Then:

  1. Identify any potential bugs, edge cases or issues.
  2. Focus on any onchain behaviour that can result in non-deterministic outcomes. For example, iterating a map without sorting the keys first.
  3. Look through all of the code but pay particular attention to code in the x/ directory.

Remember:

  1. This is critical to avoid chain halts. Take your time and provide a comprehensive analysis.