# Github

> GitHub interaction templates and standards. Trigger: "create issue", "open PR", "draft release note".

- Skill: `odjaramillo/github` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add odjaramillo/github`
- Raw SKILL.md: https://api.skillmd.com/api/skills/odjaramillo/github/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: odjaramillo (https://skillmd.com/u/odjaramillo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/odjaramillo/github

---


# GitHub Skill

## When to Use

- Creating new Issues or Pull Requests.
- Writing Release Notes.
- Managing Labels and Milestones.

## Assets

- `assets/issue-template.md`: Standard bug/feature issue.
- `assets/pr-template.md`: Standard PR description.
- `assets/release-note.md`: Format for releases.
- `assets/contributing-template.md`: Guidelines for contributors.
- `assets/code-of-conduct-template.md`: Community standards.
- `assets/security-policy-template.md`: Security policy.

## Workflow

1.  **Issues:** Always use the template. Ensure reproduction steps are present for bugs.
2.  **PRs:** Link the PR to the Issue (`Fixes #123`).
3.  **Labels:** Use standard labels (`bug`, `enhancement`, `wontfix`).

