Dwayne Parton
Community@dwayneparton · Missoula, MT
Principal Software Development Engineer at @onXmaps based in Missoula, MT.
Agent Skills by Dwayne Parton
Showing 8 vetted skills indexed across 1 GitHub repositories.
github-pr
Creates GitHub pull requests after running tests, lint, and CI checks.
vision
Create, update, and validate project vision documents with guiding principles and success criteria.
github-resolve-stack
Orchestrates parallel review-comment resolution across GitHub stacked pull requests.
github-resolve
Resolve GitHub PR review comments from Copilot and humans through an iterative fix-and-push loop.
sdlc
Orchestrates the full software development lifecycle from branch creation to pull request delivery.
simplify
Reviews changed code on the current branch for reuse, quality, and efficiency, then fixes issues found.
test-coverage
Write targeted tests and verify coverage for changed source files.
debug
Diagnose software errors through structured hypothesis testing and root cause analysis.
Frequently Asked Questions About Dwayne Parton
FAQPage SchemaWhat tasks can I accomplish using Dwayne Parton's skills?▼
You can send pull requests to GitHub, resolve Copilot and human review comments, orchestrate fixes across stacked PRs, debug production issues to a root cause, write tests and coverage, simplify changed code, and create project vision documents.
Who are these skills designed for?▼
These skills target software engineers and development teams managing GitHub pull request workflows, particularly those working with stacked PRs, Copilot code reviews, and structured software development lifecycle processes for features, bug fixes, and refactors.
How does the github-resolve skill handle PR reviews?▼
It implements review comment changes, commits and pushes, replies to and resolves threads, then re-requests Copilot review and waits for the next pass. It guards the PR's intent and size, pausing to ask when a review would alter scope, looping until Copilot approves.
When should the sdlc and debug skills be loaded?▼
Load sdlc for any coding task including implementing features, fixing bugs, or refactoring, as it orchestrates the full development lifecycle. Load debug when investigating errors, failures, or unexpected behavior to produce a verified root cause before fixing.