dceoy
UserReusable GitHub Actions workflows for DevOps
Categories
Indexed Skills (15)
pr-feedback-triage
Triage pull request review comments into fixes, replies, clarification requests, or open follow-ups while respecting safe execution modes.
oracle-chatgpt
Run exactly one arbitrary prompt through ChatGPT via Oracle browser mode and return the captured response without reinterpretation. Use when the user explicitly wants a generic ChatGPT-via-Oracle consult without task-specific orchestration.
x-timeline
Read an authenticated X Following or For You timeline through agent-browser without APIs or engagement actions.
pr-feedback-triage
Triage pull request review comments into fixes, replies, clarification requests, or open follow-ups.
local-qa
Run local QA including formatting and linting for the repository. Use whenever any file has been updated.
commit-push-pr
Commit staged and unstaged changes, push the branch to origin, and open a pull request using the GitHub CLI. Use when the user asks to commit, push, and create a PR in one workflow.
local-qa
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
claude-agent-converter
Convert Claude Code subagents (.claude/agents/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating subagents to portable skill format, extracting reusable workflows from agents, or standardizing agent definitions across AI runtimes.
claude-command-converter
Convert Claude Code commands (.claude/commands/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.
parameterized-tests
Enforce native parameterized or table-driven tests when adding or modifying unit tests that exercise the same behavior with multiple data cases. Use whenever unit tests add repeated cases, edge-case matrices, or duplicated setup, execution, and assertions that differ only by case data.
pr-loop
Implement same-repository GitHub Issues into a reviewed pull request, or review and fix an existing PR, iterating with fresh independent read-only native subagents until no actionable feedback remains. Use for issue-to-PR implementation or iterative PR review/fix work.
pr-review
Review a GitHub pull request in depth by dynamically dispatching fresh, independent, read-only subagents based on the PR's actual changes and risks, validating candidate findings, and publishing one concise high-confidence COMMENT review to GitHub by default.
simplify-codebase
Reduce a repository's maintenance surface across the whole codebase with KISS, DRY, and YAGNI while preserving required behavior. Use when asked to simplify, shrink, deduplicate, remove dead code, or refactor for maintainability, and proactively when the agent identifies clear, material simplification opportunities.
commit
Create a single git commit from current staged and unstaged changes with an appropriate message. Use when the user asks to commit current work.
clean-gone-branches
Remove local git branches whose configured upstream is marked [gone], including associated worktrees.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.