Skip to main content
aliasunder
GitHub creator profile

aliasunder

Repository-level view of 11 collected skills across 4 GitHub repositories.

skills collected
11
repositories
4
updated
Aug 26, 2026
repository explorer

Repositories and representative skills

bug-check
unclassified

Systematic bug hunt focused on patterns that survive code review and test audit — description-vs-implementation mismatches, SQL correctness, type coercion bugs, boundary/off-by-one errors, behavioral asymmetry, and input validation gaps. Derived from analysis…

Aug 15, 2026
code-quality
unclassified

Readability and convention compliance pass on production code, grounded in the project's AGENTS.md and the user's vault memory preferences. Use when asked to "do a readability pass", "code quality pass", "make more readable", "review code quality", "clean up…

Aug 15, 2026
pr-review
unclassified

Project-aware PR review grounded in AGENTS.md conventions and vault memory. Runs a multi-dimension review: correctness, convention compliance, test quality, security, performance, and conditional checks (TDQS scoring, feature surface docs). Use when asked to…

Aug 15, 2026
ship-check
unclassified

Run the full post-implementation review pipeline: pr-review -> code-quality -> test-audit -> bug-check -> pr-monitor. Phases 1-4 run as dedicated agent types (ship-check plugin) with skills preloaded — genuine fresh eyes with no inherited context. Phase 5…

Aug 15, 2026
test-audit
unclassified

Audit test files against the project's AGENTS.md test conventions, ensuring tests meet the bar for high-quality behavioral specs. Also checks whether production code changes have adequate test coverage (coverage gap analysis). Use when asked to "audit tests",…

Aug 15, 2026
pr-monitor
unclassified

Monitor PR status — CI checks, review bot findings, unresolved conversations — and address + resolve bot comments. After pushing fixes, waits for and handles new bot review comments before declaring merge-ready. Use when asked to "check PR status", "monitor…

Aug 13, 2026
Showing 4 of 4 repositories
All repositories loaded