Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

notesage

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

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

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

okf-enrich
مطوّرو البرمجيات

Fill missing type, title, and description frontmatter on documents using structured AI output

2026-06-22
download-webpage
مطوّرو البرمجيات

Download a web page by URL and save it as clean markdown with images

2026-06-16
audit-accessibility
محللو ضمان جودة البرمجيات والمختبرون

Audit for accessibility — keyboard navigation, ARIA labels, contrast, focus indicators

2026-06-08
audit-dependencies
مطوّرو البرمجيات

Produce a full dependency health report (SBOM, vulnerabilities, staleness, upgrades, licenses)

2026-06-08
audit-error-ux
محللو ضمان جودة البرمجيات والمختبرون

Audit error handling UX — error boundaries, silent failures, loading states, empty states

2026-06-08
audit-render-performance
محللو ضمان جودة البرمجيات والمختبرون

Audit for unnecessary re-renders — Zustand subscriptions, missing memoization, inline callbacks

2026-06-08
audit-test-coverage
محللو ضمان جودة البرمجيات والمختبرون

Audit test coverage — inventory tests by type, find critical untested paths

2026-06-08
aw-ci-repair
مطوّرو البرمجيات

CI-repair stage of the AW pipeline. Diagnoses a red CI on a bot-authored draft PR and applies a single bounded, well-understood mechanical fix (one attempt only); posts a comment for any failure pattern it cannot safely repair.

2026-06-08
aw-iterate
مطوّرو البرمجيات

Push a small follow-up commit on an existing draft PR branch in response to specific human feedback. Same hard gates as aw-tdd. Deflects to label-reset if the requested change is too large or scope-changing.

2026-06-08
aw-retrospect
مطوّرو البرمجيات

After a claude-authored PR is merged, look for divergence between what the originating skill prescribed and what actually shipped. Propose skill patches as a draft docs PR. Never auto-merges — human reviews every proposed change.

2026-06-08
aw-tdd
مطوّرو البرمجيات

Implement a `tdd + afk` issue using TDD red-green-refactor. The issue is either an issue that aw-slice did not split (the common case) OR one of the peer issues created by aw-slice when an issue had multiple independent user values. Writes failing tests first, implements minimum to pass, runs full test suite as a hard gate, opens a draft PR. Updates labels through tdd → review. Reverts and reports if anything fails.

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

Prepare a release with version bump, changelog, and history entry

2026-06-08
tauri-command
مطوّرو البرمجيات

Use when adding new Tauri IPC commands (Rust backend functions callable from the frontend), modifying existing commands, or working with Tauri plugins.

2026-06-08
test-markdown-roundtrip
محللو ضمان جودة البرمجيات والمختبرون

Use when modifying markdown parsing, serialization, Tiptap schema changes, or any code that affects how markdown is converted to/from the ProseMirror document model.

2026-06-08
test-perf
محللو ضمان جودة البرمجيات والمختبرون

Run performance benchmarks and update the baseline

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

Dispatch to the right test skill based on scope or what changed

2026-06-08
tiptap-extension
مطوّرو البرمجيات

Use when creating or modifying Tiptap editor extensions, ProseMirror plugins, or working with the editor's document model, decorations, or transactions.

2026-06-08
ui-component
مطوّرو البرمجيات

Use when creating, scaffolding, modifying, or styling any UI component. Ensures shadcn/ui is used first, design system compliance, proper theming, and polished visual quality.

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

Verify implementation against PRD requirements and quality gates

2026-06-08
audit-async-flows
محللو ضمان جودة البرمجيات والمختبرون

Audit for race conditions, stale closures, missing cancellation, and error handling gaps

2026-06-03
audit-dead-code
محللو ضمان جودة البرمجيات والمختبرون

Audit for unused exports, dead code, unused dependencies, and deprecated code

2026-06-03
audit-documentation
مطوّرو البرمجيات

Audit for documentation drift — stale file paths, wrong signatures, outdated descriptions

2026-06-03
audit-large-files
محللو ضمان جودة البرمجيات والمختبرون

Audit for oversized components, hooks, and modules that need decomposition

2026-06-03
audit-memory-leaks
محللو ضمان جودة البرمجيات والمختبرون

Audit for memory leaks — event listeners, intervals, process cleanup, stale refs

2026-06-03
audit-rust-backend
محللو ضمان جودة البرمجيات والمختبرون

Audit Rust backend for mutex issues, panics, process management, and concurrency

2026-06-03
audit-security
محللو أمن المعلومات

Audit for security vulnerabilities — injection, XSS, credentials, sandboxing

2026-06-03
audit-type-safety
محللو ضمان جودة البرمجيات والمختبرون

Audit for type system abuse — any types, unsafe casts, missing types, ts-ignore

2026-06-03
aw-feedback
متخصصو إدارة المشاريع

When a human comments on a hitl-labeled issue OR comments/reviews a claude-authored PR, interpret the feedback and take the appropriate label/state action. Does not generate code — only translates feedback into pipeline state changes.

2026-05-24
aw-refine
محللو الإدارة

Rewrite a refine-flagged GitHub issue body into the outcome-oriented template (bug / enhancement / chore variants), preserving all reproduction details. Adds `refined` (state) + `slice` (action), removes `refine`. Runs after `aw-triage` has classified the issue.

2026-05-24
aw-review
محللو ضمان جودة البرمجيات والمختبرون

Independent reviewer of a draft PR opened by aw-tdd. Reads the issue body PLUS every comment posted after the latest `refined` marker, reads the PR diff and tests, and verifies that EVERY acceptance criterion AND every user-comment scope-change is satisfied. Posts a per-criterion checklist; if gaps are found, closes the PR and resets the issue to tdd+afk so aw-tdd can retry with the gap list as context.

2026-05-24
aw-slice
متخصصو إدارة المشاريع

Decide whether a refined GitHub issue ships as one PR or as N PRs. Default is one PR (no slicing) — issues with a single user value pass directly to aw-tdd. Slice only when the issue delivers N independent user values, each independently shippable. Creates a research peer issue first if under-specified.

2026-05-24
aw-triage
متخصصو إدارة المشاريع

Classify a fresh GitHub issue (bug / enhancement / chore / duplicate / wontfix), set the category label, and add the `refine` action label so aw-refine picks it up next.

2026-05-24
save-feedback
مطوّرو البرمجيات

Save a behavioural correction the operator just gave into `.claude/feedback/` as a new rule. Writes the file with proper frontmatter, regenerates `.claude/feedback/INDEX.md` and the per-skill curated sections, and stages the changes for commit. Use when the operator says "save this as feedback", "remember this rule for AW", or similar.

2026-05-24
generate-presentation
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Generate PowerPoint presentations from documents

2026-05-11
save-research
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Save and organize research files with metadata and tags

2026-05-11
search-research
مطوّرو البرمجيات

Search saved research files by tag, keyword, or content

2026-05-11
synthesize-sources
محللو أبحاث السوق ومتخصصو التسويق

Synthesize findings across multiple research sources

2026-05-11
implement-tasks
مطوّرو البرمجيات

Implement tasks from a task breakdown file with parallel sub-agents, test gates, and doc updates

2026-04-22
plan-tasks
متخصصو إدارة المشاريع

Break a PRD or feature into numbered implementation tasks

2026-04-18
prd
متخصصو إدارة المشاريع

Create a Product Requirements Document for a new feature

2026-04-18
عرض أهم 40 من أصل 58 skills مجمعة في هذا المستودع.