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

ai_tools

ai_tools 收录了来自 mark-torres10 的 17 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
17
Stars
3
更新
2026-06-16
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

create-advisory-brief
软件开发工程师

Parses the repo and conversation to produce a self-contained markdown advisory brief for an external AI (no codebase access) to evaluate options, recommend a path, and return structured deliverables. Use when comparing architecture, vendors, stacks, or tradeoffs before implementation — e.g. "evaluate DB options", "compare auth providers", "should we use X or Y".

2026-06-16
create-implementation-plan
软件开发工程师

Creates implementation plans following PLANNING_RULES. Use when the user asks to create a plan, write an implementation plan, or plan out work. Ensures Overview, Happy Flow, Manual Verification, Update Runbooks (audit docs/runbooks/), parallel delegation, asset storage, and UI screenshots. Loads phase-specific reference files before each gate.

2026-06-16
handoff
软件开发工程师

Produces a concise end-of-session handoff in `handoff.md` summarizing what was done, what remains (with the last to-do you were working on), the PR link, and the key plan/notes files to read next. Use at the end of a work session or before switching agents.

2026-06-02
fix-ci
软件开发工程师

Investigates failing GitHub PR CI checks, reproduces failures locally, fixes scoped issues, commits and pushes, and summarizes changes. Use when CI is red, GitHub Actions or checks fail on a PR, or the user asks to fix CI/build/ lint/test failures for a branch or pull request.

2026-06-01
refactor-service
软件开发工程师

Diagnoses a microservice or pipeline service and produces a refactoring plan focused on modularity, test coverage, lint/type health, runbooks, and service READMEs. Use when the user asks to refactor a service, pipeline, microservice, worker, batch job, or study service and wants a plan before implementation. Slash-only.

2026-05-10
latex-exact-transcriber
技术写作员

Converts user-provided text or image content into LaTeX-only output using inline $...$ and display $$...$$ delimiters with no bracket delimiters and no additional commentary. Use when the user asks to write content in LaTeX with strict output-only formatting.

2026-04-07
review-for-simplicity
软件质量保证分析师与测试员

Reviews plans, proposals, and code changes for unnecessary complexity, unverified assumptions, and premature abstraction. Use when the user asks to simplify a plan, challenge a proposal, narrow scope before implementation, pressure-test whether a design is overengineered, or review a diff for avoidable complexity. Slash-only.

2026-04-07
implement-plan-and-open-pr
软件开发工程师

Implements an existing implementation plan to completion, verifies the result, creates a pull request using the local create-pr skill, and returns the PR URL. Use only when the user explicitly asks to execute a plan end-to-end, open a PR, and provide the link.

2026-03-19
comprehensive-code-review
软件质量保证分析师与测试员

Performs thorough code reviews using the collaborative review checklist. Use when the user asks for a comprehensive code review, collaborative review, thorough review, or structured review with per-file analysis, cross-cutting concerns, and risk assessment.

2026-03-18
probe-understanding-manager
计算机与信息系统经理

Probes the user's understanding of an engineering task or design as an experienced engineering manager. Use when the user wants to explain a feature, defend a design, pressure-test requirements, challenge assumptions, rehearse system design, or review technical and non-functional trade-offs.

2026-03-17
probe-understanding-professor
其他教师和讲师

Tests and deepens the user's understanding of a topic as an expert professor. Use when the user wants to be quizzed, explain something at different levels, increase difficulty over time, validate conceptual depth, or get critical feedback on understanding across engineering, math, AI, or other technical topics.

2026-03-17
create-pr
软件开发工程师

Drafts or refines PR descriptions following HOW_TO_WRITE_PR rules. Use when creating a PR, writing a PR description, or when the user asks for help with a pull request.

2026-02-21
review-security
信息安全分析师

Applies code-security (Semgrep) and security-best-practices (OpenAI) to the current task. Use when the user asks for a security review, secure code guidance, or vulnerability check. Instructs the agent to run both skills.

2026-02-20
suggest-rules-additions
软件开发工程师

At end of conversation, analyzes the exchange to infer user preferences and suggests additions to docs/RULES.md. Use when the user asks what preferences they could add to their rules, or wants to capture practices from the conversation.

2026-02-19
explain-as-python
软件开发工程师

For Python-fluent developers. Explains code in other languages (especially TypeScript) through a Python lens—teaches concepts first (e.g. what is a hook?), then execution/model and idioms, then translation or line-by-line mapping to Python. Use when the user references a code chunk or asks about code in a non-Python language and wants to understand it, learn the language, or get an idiomatic Python equivalent.

2026-02-17
review-persona
软件开发工程师

Reviews current work using a selected persona from agents/personas. Use when the user asks for persona-based review, expert-lens critique, or domain-specific code assessment.

2026-02-17
review-rules
软件质量保证分析师与测试员

Reviews current work against task-instruction rules in agents/task_instructions/rules. Use when the user asks for rules-based compliance checks or policy-aligned review feedback.

2026-02-17