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

podcast-tui

يحتوي podcast-tui على 16 من skills المجمعة من lqdev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
1
محدث
2026-07-14
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

add-device-profile
مطوّرو البرمجيات

Add a new device profile to podcast-tui's config.json so episodes sync to an MP3 player / DAP / USB drive with device-appropriate filenames and folder layout. Covers device research, field selection, and safe config editing.

2026-07-14
prepare-release
مطوّرو البرمجيات

Prepare a new release by finalizing CHANGELOG, tagging, and verifying builds. Covers everything before pushing the tag that triggers CI.

2026-06-05
next-issue
مطوّرو البرمجيات

Query the GitHub project board to find the next stack-ranked issue to work on. Returns the top actionable Todo item from the Task List view, checking issue dependencies and filtering out epics, closed issues, and blocked items.

2026-02-21
rerank-board
مطوّرو البرمجيات

Reorder items on the Task List project board to reflect current priorities. Supports full strategic reranks and targeted insertions. Always shows proposed order for user confirmation before executing.

2026-02-21
session-handoff
مطوّرو البرمجيات

Write a checkpoint file at session end so the next session can pick up exactly where you left off. Captures what was done, what's next, key decisions, and reminders.

2026-02-21
session-resume
مطوّرو البرمجيات

Bootstrap a new session from a previous session's checkpoint. Reads the handoff file, confirms the project board state, and prepares to continue work.

2026-02-21
triage-issue
متخصصو إدارة المشاريع

Triage a GitHub issue by applying labels, setting project board fields, linking to epics, and identifying blockers.

2026-02-21
code-review-validation
محللو ضمان جودة البرمجيات والمختبرون

Validate and action code review feedback from Copilot or other reviewers. Accept improvements, reject with reasoning, or defer with detailed issues.

2026-02-21
merge-pr
مطوّرو البرمجيات

Check if a PR is ready, squash-merge it into main, and delete the branch. The standard completion workflow after a PR is approved and all checks pass.

2026-02-21
work-on-issue
مطوّرو البرمجيات

Pick up a GitHub issue, implement it, and submit a PR. The standard workflow for any assigned task.

2026-02-21
create-issue
مطوّرو البرمجيات

Draft a well-structured GitHub issue for a feature, bug, or chore. Encodes the project's quality bar for shovel-ready issues.

2026-02-20
update-changelog
مطوّرو البرمجيات

Add a new entry to CHANGELOG.md for a feature, fix, or release. Handles both [Unreleased] additions and splitting a release section.

2026-02-20
add-new-buffer
مطوّرو البرمجيات

Add a new UI buffer to the podcast-tui application. Covers creating the file, implementing the Buffer trait, registering with BufferManager, adding keybindings, and updating docs.

2026-02-20
add-new-command
مطوّرو البرمجيات

Add a new minibuffer command (e.g., :my-command) to the podcast-tui application. Covers command registration, argument parsing, tab completion, and help text.

2026-02-20
create-adr
متخصصو إدارة المشاريع

Create a new Architecture Decision Record (ADR) documenting a significant design decision. Saves to docs/adr/ and updates the ADR index.

2026-02-20
create-rfc
مطوّرو البرمجيات

Create a new RFC (Request for Comments / design document) for a planned feature or significant change. Saves to docs/rfcs/ following the RFC-NNN naming convention.

2026-02-20