Hermes Loop Master
Fuerza la especificación, la evidencia RED/GREEN y la revisión adversaria de diff antes de enviar el código
Probado · Funciona
Qué hace
Un bucle de disciplina de codificación que hace que el agente escriba un contrato de ejecución verificable, implemente una porción a la vez, pruebe el comportamiento con RED/GREEN más rutas positivas, negativas, de preservación y de fallo, luego revise su propio diff contra diez patrones de 'hecho falso' antes de declarar el trabajo terminado. Se activa en tareas de codificación de varios pasos, orientadas a producción, sensibles a la seguridad o entre sesiones. Incluye un arnés ejecutable que puntúa los artefactos del bucle, por lo que el proceso es verificado por máquina en lugar de autoinformado.
Informe de la prueba
Se corrigió el same duration-parser bug twice on identical repos, once free-hand and once under the loop. Both arms produced a green test suite, but the skill's mandated failure-path check exposed that the obvious regex fix silently returns 0 for 'banana' and '', 3600 for the typo '1h30', and 300 for '-5m' — a probe of ten inputs against both final versions diverged on five, with the no-skill version returning a wrong number where the skill version raises. El bundled harness_check.py es real y runs: it scored the loop artifacts 32/34, flagged two unchecked Done When boxes I had actually left open, correctly passed the good-loop and critical-loop fixtures and rejected the bad-loop fixture, and the repo's 36 unit tests pass. Costs three extra artifact files and roughly double the tool calls, so it earns its keep on risky work, not on typos. Note it is branded for Nous Research's Hermes Agent and its installer defaults to ~/.hermes, so Claude Code users must pass --target as in the command above.
Probado el: 2026-07-30 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/s0heyl/hermes-loop-master.git mkdir -p ~/.claude/skills cd hermes-loop-master && bash install.sh --target ~/.claude/skills/hermes-loop-master
Comandos y prompts de ejemplo
/hermes-loop-masterFuerza la especificación, la evidencia RED/GREEN y la revisión adversaria de diff antes de enviar el código
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Fix this auth bypass in production, carefully, with proof it actually worksRefactor the payment webhook handler, this will span a few sessionsContinue yesterday's migration work under the RED/GREEN evidence loop