Trịnh Đức Hoàng avatar

Trịnh Đức Hoàng

Community

@DK625 · Ha Noi

6Followers
|
32Public Repos
|
6Published Skills

Pride is the privilege of the victor.

Skills Distribution
DomainDeveloper To...Code Review & Seco.. (35%)Feature Planning &.. (25%)Feature Implementa.. (20%)Context Packaging .. (20%)

Agent Skills by Trịnh Đức Hoàng

Showing 6 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Trịnh Đức Hoàng

FAQPage Schema
What 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.