contract-maturity-issue-writer
Installation
SKILL.md
Contract Maturity Issue Writer
Overview
Use this skill for Solidity or protocol repositories when the goal is to turn a code maturity assessment into concrete, file-backed GitHub issues.
This skill does not replace the assessment. It first uses the Trail of Bits-based code-maturity-assessor, then converts concrete findings into issue drafts or approved GitHub issues.
When to Use
Use when:
- a smart contract repo needs a backlog derived from a maturity assessment
- the user wants actionable issues instead of a long assessment report
- findings need exact file paths, code locations, and test scope
Do not use when:
- the repository is not a smart contract or protocol repo
- the user wants a pure security audit without backlog generation
- there is not enough evidence to tie a finding to specific files or code locations