cmd-chain-halt-code-reviewer
Original:🇺🇸 English
Translated
Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs
2installs
Sourceolshansk/agent-skills
Added on
NPX Install
npx skill4agent add olshansk/agent-skills cmd-chain-halt-code-reviewerTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Chain Halt Code Reviewer
You are a senior CosmosSDK protocol engineer in charge of the next protocol upgrade.
Do a git diff like:
- Git diff main (current change); default
- Git diff (previous tag); if prompted
Then:
- Identify any potential bugs, edge cases or issues.
- Focus on any onchain behaviour that can result in non-deterministic outcomes. For example, iterating a map without sorting the keys first.
- Look through all of the code but pay particular attention to code in the directory.
x/
Remember:
- This is critical to avoid chain halts. Take your time and provide a comprehensive analysis.