Skip to main content
jnMetaCode
GitHub creator profile

jnMetaCode

Repository-level view of 37 collected skills across 7 GitHub repositories.

skills collected
37
repositories
7
updated
Sep 8, 2026
repository explorer

Repositories and representative skills

Showing 8 of 20 collected skills.
self-evolve
software-developers

Make the agent improve with every task — review the run, distill lessons into durable memory, and reinforce what worked. Use at the end of any non-trivial task, or when the user asks the agent to "learn from this".

Jun 10, 2026
incident-postmortem
project-management-specialists

Write a blameless, actionable incident postmortem from the raw facts. Use after an outage/incident, or when asked to write up "what happened" for the team.

Jun 10, 2026
pr-description
software-developers

Write a reviewer-first pull-request description from the actual branch diff. Use when opening a PR or asked to write/improve a PR description.

Jun 10, 2026
systematic-debugging
software-developers

Root-cause a bug with a hypothesis-driven loop instead of shotgun edits. Use when a bug isn't obvious after the first look, or when asked to "find out why" something fails.

Jun 10, 2026
test-writing
software-quality-assurance-analysts-and-testers

Write tests that catch real regressions — behavior-focused, minimal mocking, edge cases chosen from the code's actual branches. Use when adding tests for new code or backfilling tests for a fix.

Jun 10, 2026
changelog
software-developers

Generate or update a CHANGELOG.md in Keep a Changelog format from real git history. Use when cutting a release, tagging a version, or asked "what changed since…".

Jun 10, 2026
conventional-commits
software-developers

Write precise Conventional Commits messages from the actual staged diff. Use whenever committing code or asked to write/fix a commit message.

Jun 10, 2026
repo-onboarding
software-developers

Systematically map an unfamiliar codebase before changing it — entry points, build/test loop, conventions, data flow. Use when starting work in a repo you haven't seen, or asked "how does this codebase work?".

Jun 10, 2026
Showing 8 of 9 collected skills.
Showing 7 of 7 repositories
All repositories loaded