rsclarke
- 7 skills
- 0 followers
- 19 hours ago last updated
- ▌ Configuring Dependabot · rsclarke bundleCreates or updates a .github/dependabot.yml file for a repository. Discovers package ecosystems in use, then writes a configuration with sensible schedules, grouping, and PR limits per the Dependabot options reference. Use when asked to add, enable, or update Dependabot configuration.
- ▌ Addressing Github Issues · rsclarkeImplements a GitHub issue up to the point of human review. Fetches issue context, creates a working branch, implements the change, and commits. Stops before push/PR so a human can review or amend. Use when given an issue number to work on.
- ▌ Hardening Github Actions · rsclarkeAudits and hardens GitHub Actions workflows, composite actions, and Dependabot configuration with zizmor, then adds an ongoing zizmor-action workflow. Use when asked to secure, audit, or remediate GitHub Actions using zizmor.
- ▌ Creating Github Sub Issues · rsclarke bundleCreates GitHub issues with parent-child relationships using the gh CLI and REST API. Use when asked to create issues with sub-issues, parent issues, or issue hierarchies.
- ▌ Creating Conventional Commits · rsclarkeCreates Git commits that follow the Conventional Commits 1.0.0 specification as work progresses. Use when asked to commit changes during implementation or before opening a pull request.
- ▌ Creating Conventional Branches · rsclarkeCreates and checks out Git branches that follow Conventional Branch naming. Use when asked to create a new branch from an issue, ticket, or task description.
- ▌ Pushing And Creating Pull Request · rsclarkePushes the current branch and creates a GitHub pull request with a structured description. Use when asked to push, create a PR, or open a pull request.