Skip to main content
مستودع GitHub

peek

يحتوي peek على 5 من skills المجمعة من thaapasa، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
5
Stars
10
محدث
2026-06-21
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

docs-checkup
محللو ضمان جودة البرمجيات والمختبرون

Periodic documentation review — checks docs/ hygiene, verifies features.md / planned.md / architecture.md / README.md / CLAUDE.md match implementation, and audits the mdbook manual against actual CLI flags, keybindings, and shipped file-type support.

2026-06-21
analyze
محللو ضمان جودة البرمجيات والمختبرون

Analyze a target — a crate, a module within a crate, or a single file — for its surface within peek, its place in the architecture, its API, its correctness, and its efficiency. Produces an overview followed by findings. Catches obvious bugs, not a deep edge-case bug hunt.

2026-06-15
checkup
محللو ضمان جودة البرمجيات والمختبرون

Periodic architectural review — critically re-examines existing design choices, hunts duplication, flags refactor candidates, checks conventions

2026-06-15
scoped-review
محللو ضمان جودة البرمجيات والمختبرون

Scoped code review — determines the change scope (explicit, discussion, or git), picks a source of truth (discussion, new docs, or code), then reviews the changes for correctness, doc agreement, doc coverage, convention adherence, duplicated shapes that want a shared abstraction, hand-rolled complex logic that wants a named/shared function, and unit-test coverage of complex logic.

2026-06-15
release-highlight
مطوّرو البرمجيات

Generate a 1-3 sentence user-facing highlight blurb for the next release. Reads commits since the last tag, filters out internal refactors / docs / tests / CI / chores, summarises only what a peek user would notice. Output is text the user pastes into the release workflow input after review. Use when user says "release highlight", "highlight for next release", "what's new", "release notes blurb", "/release-highlight".

2026-05-23