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…
dceoy/ai-coding-agent-skills
SkillsMP has collected 13 skills from dceoy/ai-coding-agent-skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 13
- GitHub stars
- 3
- GitHub forks
- 0
Skills in this repository
Showing 13 of 13 collected skills.
Triage pull request review comments into fixes, replies, clarification requests, or open follow-ups.
Remove local git branches whose configured upstream is marked [gone], including associated worktrees.
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.
Create a single git commit from current staged and unstaged changes with an appropriate message. Use when the user asks to commit current work.
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…
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Read an authenticated X Following or For You timeline through agent-browser without APIs or engagement actions.
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.
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…
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.
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.
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.