Skip to main content

software-quality-workflows

Guide software implementation and maintenance with proportionate design, testing, and completion.

Ir a la instalación

Datos de origen

Repositorio
Rycen7822/Frontier-Agent-skills
Última actividad en el origen
8 de septiembre de 2026 a las 12:44
Idioma detectado de SKILL.md
inglés
Estrellas
1
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
8 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
software-quality-workflows
description
Guide software implementation and maintenance with proportionate design, testing, and completion.
license
MIT
metadata
{"version":"12.1.0","author":"Hermes Agent","hosts":["codex","hermes-agent"],"hermes":{"tags":["software-development","quality","testing","review","debugging"],"category":"software-development","related_skills":["writing-plans"]}}
# Software Quality Workflows Understand current behavior and the requested outcome, then make the smallest complete change. Follow relevant owners and callers; preserve user work and actual compatibility commitments. Clear tasks need no preliminary specification or mandatory workflow stages. ## Implementation Prefer existing architecture and data shapes. Keep related state and invariants together; reduce duplicated decisions, unnecessary indirection and hidden mutable state. Add abstractions, configuration or dependencies only for a current need. Favor clear control flow and retain explanations of non-obvious constraints. Clarify observable behavior when APIs, data, errors or cross-cutting changes make it consequential. Tests, plans, specifications and evaluators are editable within the requested scope; a failing check alone does not authorize weakening its requirement. ## Evidence and tests Finish coherent edits before verification. Reuse evidence while relevant behavior, dependencies, environment and consumer remain valid. Obvious semantic no-ops usually need no rerun or model evaluation. Otherwise use the lowest-cost deciding check, covering changed behavior and the nearest protected control. Use the final consumer when internal checks cannot establish the claim. Apply YAGNI to tests. Keep unique protection for stable behavior, regressions and material risks; extend existing coverage when useful. Remove duplicates, retired expectations and incidental prompt-wording assertions. Keep one-off probes temporary. Test-first is conditional on a useful, affordable oracle. Classify failures as product, expectation, setup/environment, unrelated or unknown before changing another surface. An unavailable dependency or provider timeout leaves behavior unobserved. Retry only when a changed hypothesis, input, setup or independent observation could change the conclusion. ## Completion Continue until the requested outcome is complete and sufficiently verified. Existing user authorization persists; a skill default or completed phase does not create a new approval requirement. If one action needs missing input or authority, finish independent authorized work and report the specific remaining dependency. Respect review-only or analysis-only requests. Reuse current context and task state. Select specialized skills when their distinct method helps, without loading a pipeline. Delegate only when authorized and useful. If verification changes delivered state, confirm the resulting state before handoff. Report the outcome, decisive evidence and material limits; distinguish local verification from external publication when relevant. Read further only for a concrete need: - [Scope and evidence](references/scope-and-evidence.md): ownership, external effects or evidence validity. - [YAGNI testing](references/testing.md): oracle independence or test retention. - [Collaboration and state](references/collaboration-and-state.md): multiple writers, recovery or resource ownership. - [Repository recovery](references/recovery.md): conflicts or interrupted repository operations.
Ver en GitHub