Skip to main content

fabioc-aloha/AIRS_Data_Analysis

SkillsMP 已收集 fabioc-aloha/AIRS_Data_Analysis 中的 36 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
36
GitHub 星标
1
GitHub Forks
1

已展示 36 / 36 个已收集 Skill。

职业分类
其他计算机职业
描述

Create agents that pass agent-review's six gates by construction — role capture, distinct-from-skill check, tool allowlist minimization, draft against gates, dogfood self-review. Use when authoring a new agent, refactoring an existing one, or promoting a Mall…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Audits a candidate agent (.agent.md) against five gates (spec compliance, content quality, scope fit, safety, currency & coherence) plus Gate 6 (tool allowlist minimality). Use when reviewing a new agent draft before commit, evaluating a Mall agent or store…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Detect, resolve, and manage the Alex_ACT_Memory shared memory bus. Fires on bootstrap, session start (announcements), and feedback writes.

原文语言:英语

更新
职业分类
平面设计师
描述

Generate on-brand Alex — ACT Edition SVG banners for documents (READMEs, plans, notes, release artifacts)

原文语言:英语

更新
职业分类
软件开发工程师
描述

Prevent fabricated facts, invented APIs, and citation confabulation at the point of generation. Use when generating factual claims, code examples, API references, library names, configuration values, error messages, or citations — anything where 'sounds…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Perform a local brain audit for ACT Edition (and Supervisor) using deterministic QA plus targeted file review, then produce severity-ranked fixes. Pairs with extension-audit on the sibling surface side; the Marketplace surface routes there, not here.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Systematic code review for correctness, security, and growth — not just style enforcement

原文语言:英语

更新
职业分类
技术写作员
描述

Scaffold book-writing projects with folder structure, BOOK-PLAN template, character development matrices, and chapter organization patterns. Use when starting a new book project, planning multi-chapter structure, or building character bibles.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Challenge what you think is right — alternative hypotheses, missing data, evidence quality, bias detection, falsifiability, and adversarial review

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Adversarial code review with three parallel perspectives — Advocate, Skeptic, Architect — that create productive tension. Use for high-stakes PRs, architectural changes, or when single-pass review would miss issues. Surfaces findings through disagreement, not…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Documentation hygiene — anti-drift rules, count elimination, and living document maintenance

原文语言:英语

更新
职业分类
桌面出版专家
描述

Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply consistent git practices for branch hygiene, safe commits, and recovery from common mishaps (lost commits, bad merges, accidental pushes). Use when authoring or reviewing a git workflow, recovering broken local state, or sequencing a commit/push that…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Greeting-triggered self-check — recognise greetings, check Edition version against the upstream tag, scan AI-Memory announcements, and report inside the greeting reply

原文语言:英语

更新
职业分类
桌面出版专家
描述

Convert HTML documents to clean Markdown via pandoc

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create instructions that pass instruction-review's five gates (plus Gate 6 for always-on) by construction — intent capture, prior-art scan, applyTo calibration, draft against gates, dogfood self-review. Use when authoring a new instruction, refactoring an…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Audits a candidate instruction (.instructions.md) against five gates (spec compliance, content quality, scope fit, safety, currency & coherence) plus optional Gate 6 (token budget for always-on instructions). Use when reviewing a new instruction draft before…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write markdown that passes markdownlint on first attempt — encode the most common rules as muscle memory

原文语言:英语

更新
职业分类
软件开发工程师
描述

Author markdown and Mermaid diagrams that render correctly in VS Code, GitHub, and other Mermaid 10+ consumers — covers diagram-tool selection, mandatory init template, parser pitfalls, and visual design rules. Use when writing technical docs with embedded…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Render user-supplied markdown safely — marked.js → DOMPurify → Mermaid (order matters; skipping the sanitizer is XSS)

原文语言:英语

更新
职业分类
软件开发工程师
描述

Convert Markdown to RFC 5322 email (.eml) with inline CSS and CID images

原文语言:英语

更新
职业分类
网页开发工程师
描述

Convert Markdown to standalone HTML pages with embedded CSS, images, and Mermaid diagrams

原文语言:英语

更新
职业分类
软件开发工程师
描述

Strip Markdown formatting and produce clean plain text via pandoc

原文语言:英语

更新
职业分类
软件开发工程师
描述

Convert Markdown with Mermaid diagrams and SVG illustrations to professional Word documents

原文语言:英语

更新
职业分类
软件开发工程师
描述

Consolidate session learning into permanent architecture — extract patterns into skills, instructions, prompts, or memory

原文语言:英语

更新
职业分类
项目管理专家
描述

Step-back protocol — restate, generalise, specialise, invert, ask why, pre-mortem, check stakeholders, and audit framings before solving

原文语言:英语

更新
职业分类
其他计算机职业
描述

Create prompts that pass prompt-review's five gates by construction — intent capture, slash-command naming, single-workflow scope, draft as numbered steps, dogfood self-review. Use when authoring a new prompt, refactoring an existing one, or promoting a Mall…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Audits a candidate prompt (.prompt.md) against five gates (spec compliance, content quality, scope fit, safety, currency & coherence). Use when reviewing a new prompt draft before commit, evaluating a Mall prompt or store prompt for adoption, or re-auditing…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. OWASP-aware, language-agnostic principles with TypeScript examples — applies to any feature that accepts untrusted data, manages user…

原文语言:英语

更新
职业分类
其他计算机职业
描述

<≤300 chars, third-person, behavioral, names what + when (trigger phrases)>

原文语言:英语

更新
职业分类
其他计算机职业
描述

Append a one-line entry to docs/ledgers/curation-log.md whenever a brain artifact is added, modified, or removed. Use when committing changes to .github/skills, .github/instructions, .github/prompts, or .github/agents.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Create skills that pass skill-review's five gates by construction — intent capture, prior-art scan, draft against gates, dogfood self-review. Use when authoring a new skill, refactoring an existing one, or adopting a Mall unit into this brain.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Audits a candidate skill (.github/skills/<name>/SKILL.md) against five gates (spec compliance, content quality, scope fit, safety, currency & coherence). Use when reviewing a new skill draft before commit, evaluating a Mall unit or store skill for adoption,…

原文语言:英语

更新
职业分类
项目管理专家
描述

Create stakeholder-friendly project status updates and progress reports

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Four-phase root-cause-first method (investigate → pattern-analyze → hypothesize → implement) that beats guess-and-check thrashing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Mermaid renders blank or garbled — diagnose silent failures in timeline, gitGraph, gantt; default to flowchart for arbitrary text

原文语言:英语

更新
已展示 36 / 36 个已收集 Skill。