dhnt
Official@dhnt
A comprehensive suite for software engineering lifecycle management, covering repository navigation, pull request maintenance, production incident response, and technical documentation generation.
Agent Skills by dhnt
Showing 37 vetted skills indexed across 1 GitHub repositories.
commit
Generate and apply Conventional Commits messages from git diffs.
amend
Amend the most recent unpublished Git commit with force-with-lease safety.
rebase
Replay feature branch commits onto an updated base with conflict resolution.
find-entry-point
Identify execution start locations in unfamiliar software repositories.
summarize-architecture
Trace end-to-end requests and map state stores into a one-page architecture brief.
explore-codebase
Identifies a repository's purpose, stack, layout, entry point, build/test commands, and recent git activity.
update-test
Update failing test suites after intentional contract changes by correcting assertions, fixtures, and golden files.
write-test
Write regression-focused unit tests for uncovered code behaviors.
fix-test
Diagnose failing tests and fix the responsible test or production code.
run-tests
Run a project's default test suite and summarize pass/fail results.
update-pr-description
Rewrite pull request titles and bodies to match the current diff.
open-pr
Generate a reviewer-friendly pull request with title, summary, and test plan.
address-pr-comments
Convert GitHub PR review comments into code changes and tracked follow-ups.
draft-issue
Converts unstructured bug reports, feature requests, and debt notes into GitHub/GitLab/Linear issue tickets with acceptance criteria.
deep-planning
Decompose complex multi-step tasks into verifiable milestones with risk-first sequencing.
plan-refactor
Plan code refactors as small, verifiable steps with blast-radius mapping.
write-rfc
Generate request-for-comments documents with standardized sections for proposal review.
design-feature
Design software features by mapping components, API shape, and data flow.
deploy
Deploy built artifacts to dev, staging, or production with dry-run and health checks.
rollback
Coordinate deployment rollback with pre-flight checks and health verification.
draft-release-notes
Transform git commit history into user-readable changelog entries with migration guidance.
tag-release
Create and push annotated Git tags for version-bump commits.
bump-version
Analyze changes since the last release tag to select a semantic version increment.
init
Generate or refresh AGENTS.md at the repository root for agent onboarding.
Frequently Asked Questions About dhnt
FAQPage SchemaWhat 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.