.agents/skills/docs-and-config-consistency/SKILL.md
Reconcile docs, env samples, and runtime config to a single source of truth. Use for config unification, import side-effect checks, and canonical env drift.
npx skillsauth add hjjung-katech/newsletter-generator docs-and-config-consistencyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
newsletter/centralized_settings.pynewsletter/config_manager.pyREADME.md, docs/, .env.example, apps/experimental/.env.examplePOSTMARK_SERVER_TOKEN, EMAIL_SENDERPOSTMARK_FROM_EMAILload_dotenv() side effecttest_mode=False)pytest tests/unit_tests/test_config_import_side_effects.py -qpytest tests/unit_tests/test_centralized_settings.py -qdevelopment
Validate Flask web runtime behavior for health and generation endpoints with lightweight end-to-end checks.
development
Debug RRULE schedule execution, idempotency, duplicate prevention, and Redis/thread/sync fallback consistency.
business
Enforce release preflight, manifest scope, and ops-safety release reporting.
development
Run fast newsletter generation smoke checks in MOCK_MODE and validate expected HTML/output shape.