Trịnh Đức Hoàng
Community@DK625 · Ha Noi
Pride is the privilege of the victor.
Agent Skills by Trịnh Đức Hoàng
Showing 6 vetted skills indexed across 1 GitHub repositories.
onehammer-review
Reviews forged feature changes against a saved base SHA and records findings in a durable report.
onehammer-forge
Implements planned feature beads through Herdr writers with independent verification and evidence gates.
gpt-web-review
Sends code context to ChatGPT web via Oracle CLI and saves raw responses.
codex
Invokes OpenAI Codex CLI with xhigh reasoning to review code, plans, options, and ideas.
onehammer-plan
Plans software features through a gated multi-phase pipeline producing validated bead graphs.
gpt-web-fix-flow
Automates packaging repo context, sending it to GPT Web via Oracle, and applying returned fix zips.
Frequently Asked Questions About Trịnh Đức Hoàng
FAQPage SchemaWhat tasks can I accomplish with DK625's skills?▼
You can plan features through a strict multi-phase pipeline, implement planned features bead-by-bead with runtime and E2E evidence collection, run read-only iterative reviews against saved base SHAs, and get second opinions from Codex (GPT-5.4) or ChatGPT web on code, commits, plans, and ideas.
Who are these skills designed for?▼
Software developers and engineers who want structured feature planning, verified implementation, and external AI second opinions on their code. Vietnamese-speaking users are supported, with triggers like 'cho codex xem' and 'nhờ codex review' built into the codex skill.
How do I invoke these skills in practice?▼
Use slash commands: /onehammer:plan for feature planning, /onehammer:forge to execute a planned feature, /onehammer:review for iterative review, and /codex review <target> for Codex second opinions. The gpt-web-fix-flow triggers when you explicitly name it or request a GPT Web fix loop.
What are the prerequisites and dependencies?▼
The gpt-web-review skill requires Oracle CLI and permits only Read, Grep, Glob, and specific Bash commands (git diff, git ls-files, find, wc, head, cat, mkdir, oracle, tee). OneHammer forge depends on Herdr for bead execution, and review relies on a saved feature base SHA.
How does the GPT Web fix flow handle returned artifacts?▼
It packages bounded repo context as attachments, runs an Oracle dry run, sends the request through GPT Web, then downloads and applies the returned zip once Oracle materializes it as a local or cloud-readable artifact. If download, transfer, or validation fails, it reports the failure instead of applying changes.