Agent Skills: Project Config And Tests

Generic overlay for config contracts, defaults, path helpers, and deterministic test coverage.

UncategorizedID: n-n-code/cpp-agentic-development-frame/project-config-and-tests

Install this agent skill to your local

pnpm dlx add-skill https://github.com/n-n-code/cpp-agentic-development-frame/tree/HEAD/.agents/skills/project-config-and-tests

Skill Files

Browse the full folder contents for project-config-and-tests.

Download Skill

Loading file tree…

.agents/skills/project-config-and-tests/SKILL.md

Skill Metadata

Name
project-config-and-tests
Description
Generic overlay for config contracts, defaults, path helpers, and deterministic test coverage.

Project Config And Tests

Read AGENTS.md first. Use this skill when the main task is config behavior or small deterministic test coverage.

Focus

  • keep config parsing non-fatal where that preserves recovery/help paths
  • keep defaults, example config, and docs aligned
  • prefer deterministic tests around parsing, normalization, and helper seams using frame_test.h macros
  • keep WHAT/HOW/WHY commentary current in repo-owned tests
  • add benchmarks for performance-sensitive helpers using frame_bench.h
  • use the coverage preset and target to verify test coverage for new code