askill
shellicar-conventions

shellicar-conventionsSafety 100Repository

Git conventions for shellicar projects on GitHub. Loaded when detected as the active convention.

0 stars
1.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

Shellicar Conventions

Scope: Git branch, commit, PR, and repo configuration conventions for shellicar projects on GitHub.

Git and PR conventions for personal and OSS projects.

Detection

Match when:

  • Remote URL contains github.com/shellicar/
  • Local email is shellicar@gmail.com

Platform

  • Platform: GitHub
  • CLI: gh

Branch Naming

  • feature/<name>
  • fix/<name>
  • main (default branch)

Commit Messages

  • Concise, single line, imperative mood
  • No prefix conventions required
  • See writing-style skill for tone and examples

PR Description Format

Follow the writing-style skill for content. Use this template:

## Summary

Brief description of the changes.

## Changes

- Change 1
- Change 2

Co-Authorship

Include Co-Authored-By: Claude <noreply@anthropic.com> in the PR description (not in commits) if you would like to be credited.

Work Item Linking

  • Format: None required (personal projects)
  • GitHub issues can be referenced with #123 if applicable

Repository Configuration

Use the github-repos skill to apply these settings.

Desired Settings

  • Wiki: disabled
  • Projects: disabled
  • Discussions: disabled
  • Issues: disabled
  • Auto-merge: enabled
  • Delete branch on merge: enabled
  • Default branch: main

Desired Ruleset (name: main)

Target: default branch. Rules:

  1. deletion
  2. non_fast_forward
  3. code_scanning (CodeQL, high_or_higher)
  4. pull_request (0 approvals, squash only)
  5. creation

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

58/100Analyzed 3/1/2026

Well-structured Git conventions skill covering branch naming, commit style, PR format, and GitHub repo settings. Has clear detection criteria and useful templates. However, lacks actionable steps/commands to actually implement conventions, and is highly specific to a single user's personal GitHub account (shellicar), severely limiting reusability. Score benefits from good structure and detection logic but penalized for internal-only nature and low actionability."

100
85
25
70
45

Metadata

Licenseunknown
Version-
Updated2/28/2026
Publishershellicar

Tags

githubllm