Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

do-epub-studio

do-epub-studio 收录了来自 d-oit 的 39 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
39
Stars
1
更新
2026-07-26
Forks
0
职业覆盖
10 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

codacy
软件质量保证分析师与测试员

Orchestrate static analysis using Codacy. Required PR check on this repo. Use for querying PR analysis, triaging issues, fixing (not suppressing) findings, and local analysis. See SKILL.md for fix patterns and the required-check policy.

2026-07-26
reader-ui-ux
网页与数字界面设计师

Build localized, accessible, premium reader/admin UI with 2026 design standards. Features OKLCH colors, View Transitions, scroll-aware components, and mutual exclusivity panels.

2026-07-24
agents-md
软件开发工程师

Create AGENTS.md files with production-ready best practices. Activate when creating new AGENTS.md or implementing quality gates.

2026-07-14
pr-review-fix
软件质量保证分析师与测试员

Comprehensive GitHub PR review and automated fix pipeline. Takes a PR number or auto-detects from current branch, runs code review, static analysis, security audit, and quality checks, then produces a structured report and auto-fixes must-fix issues. Activate for "review PR", "fix PR issues", "PR quality check", "review and fix PR #123".

2026-07-14
goap-agent
软件开发工程师

Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping, parallel/sequential/swarm execution strategies, or coordination of multiple specialized agents with quality gates.

2026-07-14
task-decomposition
软件开发工程师

Break down complex tasks into atomic, executable goals. Activate for multi-step feature planning, agent coordination, or request decomposition.

2026-07-14
impeccable
网页与数字界面设计师

Design guidance for AI coding agents. 23 commands, 44 deterministic detector rules, and live browser iteration for AI-generated frontend design. Activate for UI/UX design work, anti-pattern detection, or design quality audits.

2026-07-06
cicd-pipeline
软件开发工程师

Design and implement CI/CD pipelines with GitHub Actions, GitLab CI, and Forgejo Actions. Use for automated testing, deployment strategies, security scanning, and multi-environment workflows.

2026-06-27
cloudflare-worker-api
软件开发工程师

Structure Worker API routes and handlers. Activate for route definition, response helpers, and typed handler patterns. Auth belongs to secure-invite-and-access.

2026-06-27
code-quality
软件质量保证分析师与测试员

Review and improve inline code quality. Activate for code smells, refactoring, DRY violations, and best-practice fixes in active files.

2026-06-27
epub-rendering-and-cfi
软件开发工程师

Implement resilient EPUB rendering and annotation anchoring per ADR-006. Activate for reader-core, TOC, locator, or highlight anchoring changes.

2026-06-27
safe-regex-authoring
软件开发工程师

Prevent ReDoS vulnerabilities in TypeScript/JavaScript regex authoring. Activates on any task touching RegExp, .test(), .match(), .exec(), .replace(), .split() with a regex literal. Enforces length guards and unambiguous patterns.

2026-06-27
testing-strategy
软件质量保证分析师与测试员

Plan test coverage for features. Activate for test pyramid design, Vitest/Playwright strategy, and coverage goal setting.

2026-06-27
accessibility-auditor
软件质量保证分析师与测试员

Audit web applications for WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, and color contrast. Activate for "accessibility audit", "a11y check", "WCAG compliance", "screen reader test", or "keyboard navigation".

2026-06-24
anti-ai-slop
平面设计师

Apply this skill whenever the user wants to audit, fix, redesign, write, or review UI, UX, copy, or text to avoid the generic "AI slop" aesthetic of 2025–2026.

2026-06-24
code-review-assistant
软件质量保证分析师与测试员

Review pull requests holistically. Activate for PR analysis, risk assessment, cross-file consistency, and change-impact review.

2026-06-22
github-pr-autopilot
软件开发工程师

Automates the entire lifecycle of a GitHub Pull Request. Use this skill when a user asks to merge a PR, resolve merge conflicts, address review comments, or fully automate PR handling end‑to‑end. Works with any repository where the GitHub CLI is authenticated.

2026-06-22
github-workflow
软件开发工程师

Complete GitHub workflow automation - push, create branch/PR, monitor Actions with pre-existing issue detection, auto-merge/rebase when checks pass.

2026-06-22
secure-invite-and-access
软件开发工程师

Implement grants, Argon2id passwords, sessions, and signed URLs per ADR-004. Activate for auth changes, access endpoints, or permission revocation.

2026-06-22
security-code-auditor
信息安全分析师

Audit d.o.EPUB Studio code for vulnerabilities. Activate for auth, EPUB parsing, signed URL, or offline sync security reviews. Read-only analysis.

2026-06-22
skill-creator
软件开发工程师

Create and edit skills. Activate for skill authoring, frontmatter optimization, or restructuring existing skills per the agentskills.io spec.

2026-06-22
test-runner
软件质量保证分析师与测试员

Execute tests, analyze results, and diagnose failures across any testing framework. Use when running test suites, debugging failing tests, or configuring CI/CD testing pipelines.

2026-06-22
triz-analysis
软件开发工程师

Identify contradictions in system design. Activate for architecture decisions, permissions, offline sync, or EPUB rendering trade-offs. Must run BEFORE triz-solver.

2026-06-22
turso-schema-migrations
数据库架构师

Design Turso schema and write migrations. Activate for table design, migration scripts, or SQLite-compatible schema changes.

2026-06-22
jules-delegator
软件开发工程师

Use this skill to delegate complex coding tasks by creating Jules sessions via the Jules CLI. Jules is an AI coding agent that can autonomously implement features, fix bugs, and make code changes across repositories.

2026-06-14
do-web-doc-resolver
软件开发工程师

Python implementation for resolving URLs and queries into compact, LLM-ready markdown documentation. Use when you need the Python resolver with full cascade support, quality scoring, circuit breakers, and advanced routing features.

2026-05-26
github-actions-version-fix
软件开发工程师

Fix GitHub Actions "Unable to resolve action" errors using gh CLI to find correct version tags or commit SHAs.

2026-05-26
privacy-first
软件开发工程师

Prevent email addresses and personal data from entering the codebase. Activate when user asks to "prevent emails", "remove personal data", "privacy check", "no email", or when writing/editing any code, config, or documentation files.

2026-05-26
release-management
软件开发工程师

Cut releases, bump versions, sync changelog, and publish GitHub Releases. Activates on "cut a release", "bump version", "publish vX", "create release".

2026-05-26
migration-refactoring
软件开发工程师

Automate complex code migrations and refactorings with safety patterns. Use when upgrading dependencies, migrating frameworks, modernizing languages, or performing large-scale refactorings.

2026-04-29
agent-browser
软件开发工程师

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-04-12
dogfood
软件质量保证分析师与测试员

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence.

2026-04-12
memory-context
综合办公文员

Retrieve past learnings and analysis via csm CLI. Activate at session start or when facing a problem that might have been solved before.

2026-04-12
shell-script-quality
网络与计算机系统管理员

Write safe, portable shell scripts. Activate for bash/sh authoring, ShellCheck fixes, BATS test writing, and shell security patterns.

2026-04-12
skill-evaluator
数据科学家

Evaluate skill output quality with grading, benchmarking, and human review. Activate for benchmarking skills, comparing versions, or validating evals.

2026-04-12
triz-solver
计算机系统分析师

Resolve contradictions found by triz-analysis. Activate after triz-analysis completes. Applies TRIZ principles to derive system design.

2026-04-12
learn
综合办公文员

Extract non-obvious session learnings into scoped files. Activate after non-trivial tasks to capture fragile config, quirks, or breakthroughs.

2026-04-09
pwa-offline-sync
软件开发工程师

Design Cache Storage + IndexedDB strategy and sync queue per ADR-005. Activate for service worker, cache, or offline bug investigation.

2026-04-09
testdata-builders
软件质量保证分析师与测试员

Maintain deterministic builders for schema entities. Activate when authoring tests, extending testkit, or adding schema fields that affect fixtures.

2026-04-09