Structural code-health metrics, the rolled-up CodeHealth score, and the Code Health Dashboard pipeline (Maintainability Index, cyclomatic/cognitive complexity, churn×complexity hotspots, coupling/instability, change-coupling, duplication, circular imports).…
PrairieAster-Ai/nearest-nice-weather
SkillsMP has collected 7 skills from PrairieAster-Ai/nearest-nice-weather. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 7 of 7 collected skills.
Assess and improve code quality in TypeScript/React projects. Runs lint, type-check, coverage, duplication, and complexity analysis with sprint planning.
Make code readable for humans, IDEs, doc generators, and AI at once — by enforcing a TSDoc-native comment standard and turning those comments into GitHub Wiki documentation (cross-linked to the source). Use to assess doc-comment coverage, annotate a file/area…
Get a developer from a fresh clone to a running localhost — fast and diagnosably. Generates + runs a read-only `doctor` (detect missing tools/versions/secrets, print the exact fix) and an idempotent `bootstrap` (install → env → seed → run), designed for two…
Manage GitHub Wiki and GitHub Projects for the current repo. Knows the authentication quirks for each (SSH for Wiki push, OAuth scopes for Projects).
Differential security audit of pending changes on the current branch. Combines SAST/SCA/secrets scanners with LLM verification, per-repo FP memories, OWASP/CWE/ATT&CK tagging, and optional sandbox-validated fixes. Coexists with Anthropic's bundled…
Shared GitHub-Wiki publishing substrate: generic `<!--PREFIX:NAME-->` marker stamping and the wiki clone/guard/commit/push plumbing. The common layer beneath /code-readability (doc pages, `cr:` markers) and /code-health (dashboard, `ch:` markers) so neither…