Enforces Storj project commit message format using scope:message pattern without AI attribution or co-author tags
This skill configures Aider to follow the Storj project's commit message conventions for the decentralized cloud object storage platform.
Ensures all commits follow Storj's specific format requirements:
The skill applies these Aider settings:
1. **gitignore: false** - Does not respect .gitignore when showing files to AI
2. **attribute-committer: false** - Disables AI committer attribution
3. **commit-prompt** - Enforces Storj commit message format
All commits must follow this pattern:
```
{scope}: {message}
```
**Examples:**
The scope typically indicates the component or subsystem (satellite, storagenode, uplink, etc.) followed by an optional subcomponent.
When you commit changes to satellite metadata validation:
```
satellite/metainfo: add validation
```
When fixing a bug in storage node piece handling:
```
storagenode/pieces: fix concurrent access bug
```
When improving uplink client error messages:
```
uplink: improve error handling
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/storj-commit-style-shgyl0/raw