project-config-and-tests

Installation
SKILL.md

Project Config And Tests

This is a composable overlay, not a standalone workflow. Use alongside the repo's principle skill (e.g. coding-guidance-cpp) when the main task is config behavior or test coverage.

When to use

The task involves config parsing, defaults, path resolution, normalization, or adding deterministic test coverage around these seams.

Not for

General feature work (use project-core-dev), vendored dependency changes (use project-vendor-boundary), or release/packaging work (use project-release-maintainer).

Rules

  • 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 the repo's test framework
  • keep WHAT/HOW/WHY commentary current in repo-owned tests
  • add benchmarks for performance-sensitive helpers using the repo's benchmark framework when available
  • use the repo's coverage tooling to verify test coverage for new code when it exists; otherwise state the manual or structural evidence used

Examples

  • config default changed but docs/examples still show the old value
  • path helper normalization needs deterministic tests across relative, absolute, missing, and platform-specific paths
Related skills

More from n-n-code/n-n-code-skills

Installs
17
GitHub Stars
4
First Seen
Mar 31, 2026