dhnt avatar

dhnt

Official

@dhnt

0Followers
|
3Public Repos
|
37Published Skills

A comprehensive suite for software engineering lifecycle management, covering repository navigation, pull request maintenance, production incident response, and technical documentation generation.

Skills Distribution
DomainDeveloper To...Version Control & .. (30%)Software Testing &.. (25%)Project Documentat.. (25%)Incident Response .. (20%)

Agent Skills by dhnt

Showing 37 vetted skills indexed across 1 GitHub repositories.

dhntdhnt

commit

Generate and apply Conventional Commits messages from git diffs.

Official
Intermediate
dhntdhnt

amend

Amend the most recent unpublished Git commit with force-with-lease safety.

Official
Intermediate
dhntdhnt

rebase

Replay feature branch commits onto an updated base with conflict resolution.

Official
Intermediate
dhntdhnt

find-entry-point

Identify execution start locations in unfamiliar software repositories.

Official
Basic
dhntdhnt

summarize-architecture

Trace end-to-end requests and map state stores into a one-page architecture brief.

Official
Intermediate
dhntdhnt

explore-codebase

Identifies a repository's purpose, stack, layout, entry point, build/test commands, and recent git activity.

Official
Intermediate
dhntdhnt

update-test

Update failing test suites after intentional contract changes by correcting assertions, fixtures, and golden files.

Official
Intermediate
dhntdhnt

write-test

Write regression-focused unit tests for uncovered code behaviors.

Official
Intermediate
dhntdhnt

fix-test

Diagnose failing tests and fix the responsible test or production code.

Official
Intermediate
dhntdhnt

run-tests

Run a project's default test suite and summarize pass/fail results.

Official
Intermediate
dhntdhnt

update-pr-description

Rewrite pull request titles and bodies to match the current diff.

Official
Intermediate
dhntdhnt

open-pr

Generate a reviewer-friendly pull request with title, summary, and test plan.

Official
Intermediate
dhntdhnt

address-pr-comments

Convert GitHub PR review comments into code changes and tracked follow-ups.

Official
Intermediate
dhntdhnt

draft-issue

Converts unstructured bug reports, feature requests, and debt notes into GitHub/GitLab/Linear issue tickets with acceptance criteria.

Official
Intermediate
dhntdhnt

deep-planning

Decompose complex multi-step tasks into verifiable milestones with risk-first sequencing.

Official
Advanced
dhntdhnt

plan-refactor

Plan code refactors as small, verifiable steps with blast-radius mapping.

Official
Intermediate
dhntdhnt

write-rfc

Generate request-for-comments documents with standardized sections for proposal review.

Official
Intermediate
dhntdhnt

design-feature

Design software features by mapping components, API shape, and data flow.

Official
Intermediate
dhntdhnt

deploy

Deploy built artifacts to dev, staging, or production with dry-run and health checks.

Official
Intermediate
dhntdhnt

rollback

Coordinate deployment rollback with pre-flight checks and health verification.

Official
Intermediate
dhntdhnt

draft-release-notes

Transform git commit history into user-readable changelog entries with migration guidance.

Official
Basic
dhntdhnt

tag-release

Create and push annotated Git tags for version-bump commits.

Official
Intermediate
dhntdhnt

bump-version

Analyze changes since the last release tag to select a semantic version increment.

Official
Intermediate
dhntdhnt

init

Generate or refresh AGENTS.md at the repository root for agent onboarding.

Official
Intermediate

Frequently Asked Questions About dhnt

FAQPage Schema
What specific engineering tasks are enabled by these capabilities?

These capabilities enable end-to-end repository management, including Git history maintenance, automated test suite updates, production log analysis, incident triage, and the generation of technical documentation like READMEs and RFCs.

Which personas benefit most from these technical functions?

Software engineers, site reliability engineers, and technical leads benefit from these functions by offloading repetitive repository maintenance, pull request management, and incident investigation tasks to a structured, evidence-based system.

What are the primary prerequisites for utilizing these functions?

Users require a local repository environment with standard Git configuration and access to project-specific test suites, log streams, and dependency manifests to allow for accurate analysis and modification.