Github
Claude skills, scripts and configs for everyday use
npx -y skills add sakydev/claude --skill githubAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill before creating a branch, writing a commit message, or opening a pull request in this project. Trigger on: "create a branch", "commit this", "write a commit message", "open a PR", "create a pull request", "what should I name this branch", or any time a GitHub workflow action is about to happen.
SKILL.md
1.7 KB, 357 tokens by cl100k_base, as published. Nobody here has run it
GitHub Conventions
Branches
Pattern: <ticket-id>-<short-description> or no-ticket-<short-description>
FLX-123-add-storage-driver
no-ticket-add-agentic-instruction-files
Branch from origin/main. Kebab-case. No slashes. No uppercase.
Commits
Conventional Commits. Ticket number goes after the type.
feat: FLX-1234 add presigned URL download for storage files
- Introduce GetPresignedURL method on StorageService
- Add download endpoint under /storage/:id/download
- Map driver-specific errors to typed pkg/errors responses
| Type | When |
|---|---|
feat | New feature or endpoint |
fix | Bug fix |
refactor | Code change, no behaviour change |
test | Adding or fixing tests |
chore | Tooling, deps, config |
docs | Documentation only |
Bullet points. No blank lines between them. One commit per logical change. Never --no-verify. Never force-push main.
Pull Requests
Title mirrors the commit subject: type: FLX-1234 short description. Under 70 characters.
## What
What does this PR do and why?
## Changes
- Logical changes. Not a file list.
No "this PR" in the title. No trailing period. One PR, one concern. Add Closes #<issue> when fixing a GitHub issue. No Test plan section unless explicitly asked. Never add Claude as a co-author — no Co-Authored-By lines in commits or PR descriptions.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.