Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

MaintainabilityAI

MaintainabilityAI には AliceNN-ucdenver から収集した 27 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
27
Stars
3
更新
2026-06-13
Forks
1
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

audit-emit-event
ソフトウェア開発者

Append one hash-chained audit event to okrs/<id>/audit/events/<run-id>.jsonl. Returns the new chain head.

2026-06-13
audit-verify-chain
情報セキュリティアナリスト

Replay the hash chain over an existing audit JSONL; returns the chain head on success, the first integrity failure reason on failure.

2026-06-13
knowledge-mesh-threats
ソフトウェア開発者

Query the mesh's threat library for entries matching a concern (e.g. "identity", "data-licensing").

2026-06-13
arxiv-search
ソフトウェア開発者

Academic paper search via arXiv. Returns ranked paper results per query envelope.

2026-06-01
context-architecture
ソフトウェア開発者

Aggregated architecture context for a scope — CALM nodes + ADRs + fitness functions + quality attributes. PURE data; the Architect persona is in the parent agent's prompt.

2026-06-01
context-quality
ソフトウェア開発者

Aggregated quality context for a scope — quality attribute definitions + performance SLOs + reliability targets per BAR.

2026-06-01
context-security
情報セキュリティアナリスト

Aggregated security context for a scope — STRIDE threats + OWASP refs + NIST controls + prior threat-model docs. PURE data; the Security persona is in the parent agent's prompt.

2026-06-01
dedupe-and-rank
ソフトウェア開発者

Merge ProviderResult arrays from all search Skills, dedupe by URL, rank by relevance + recency + diversity.

2026-06-01
format-research-issue-update
ソフトウェア開発者

Format a research run's signals as a Markdown comment for the OKR anchor issue.

2026-06-01
hackernews-search
ソフトウェア開発者

Practitioner-community search via Hacker News Algolia API. Returns story + Show/Ask HN text per query envelope.

2026-06-01
knowledge-code-read
ソフトウェア開発者

Reads bounded file contents (≤10 KB) from the brownfield clone retained by knowledge-code. Lets the code-design-agent ground design with real code excerpts, not paraphrased guesses. Shares the session clone cache with knowledge-code — call knowledge-code first for the same repo.

2026-06-01
knowledge-code
ソフトウェア開発者

Per-repo grounding for the code-design-agent. Three modes per A12.v1.1 targetCodeRepoStatus — brownfield (clone + classify), greenfield (scaffolding hints, no clone), refuse (not-connected / unreachable).

2026-06-01
knowledge-mesh-adrs
ソフトウェア開発者

Query the mesh's ADRs by concern. Returns matching ADR documents from any BAR's architecture/ADRs/.

2026-06-01
knowledge-mesh-bar
ソフトウェア開発者

Read a BAR's CALM model + threats + ADRs + app.yaml from the mesh by BAR id.

2026-06-01
knowledge-mesh-platform
ソフトウェア開発者

Read a Platform's CALM model + cross-BAR design from the mesh by platform id.

2026-06-01
knowledge-okr
ソフトウェア開発者

Read the OKR card by id from the mesh. Returns the BTABoK 9-section structure as JSON.

2026-06-01
knowledge-prd
ソフトウェア開発者

Read the merged PRD for an OKR. Returns FRs / SRs / coverage table for the code-design agent and reviewers.

2026-06-01
knowledge-reference-repos
ソフトウェア開発者

Optional exemplar grounding for the code-design-agent. Clones + indexes a per-mesh-configured list of "patterns we want the agent to honor" from mesh/.caterpillar/reference-repos/. Same shape as knowledge-code, but the agent treats every returned repo as a reference EXEMPLAR — never as an edit target.

2026-06-01
knowledge-research
ソフトウェア開発者

Read the merged research-doc.md for an OKR. Returns structured findings (R-N anchors) for the PRD agent to cite.

2026-06-01
self-review-architect
ソフトウェア開発者

Authoritative tier + prompt-pack handoff for the Architect persona-switch self-critique round. PURE data; the Architect persona reasoning is in the parent agent's prompt. Returns the OKR action's frozen governanceTier + computed max_auto_rounds + should_proceed gate + the architecture-review.md prompt pack contents.

2026-06-01
self-review-code-architect
ソフトウェア開発者

Authoritative tier + prompt-pack handoff for the Code-Architect persona-switch self-critique round (WHAT phase). PURE data; the Code-Architect persona reasoning is in the parent code-design-agent's prompt. Returns the OKR action's frozen governanceTier + computed max_auto_rounds + should_proceed gate + the code-design/architecture-review.md prompt pack contents.

2026-06-01
self-review-code-security
ソフトウェア開発者

Authoritative tier + prompt-pack handoff for the Code-Security persona-switch self-critique round (WHAT phase). PURE data; the Code-Security persona reasoning is in the parent code-design-agent's prompt. Returns the OKR action's frozen governanceTier + computed max_auto_rounds + should_proceed gate + the code-design/security-review.md prompt pack contents.

2026-06-01
self-review-impl-architect
ソフトウェア開発者

Authoritative tier + prompt-pack handoff for the Architect persona-switch self-critique round in the IMPLEMENTATION phase. PURE data; the Architect persona reasoning is in the implementation-agent's prompt. Returns the OKR's frozen governanceTier (passed in from the landing-issue Hatter Tag) + computed max_auto_rounds + should_proceed gate + the architect-review.md prompt pack contents read from .cheshire/prompts/implementation/ in the target repo.

2026-06-01
self-review-impl-security
ソフトウェア開発者

Authoritative tier + prompt-pack handoff for the Security persona-switch self-critique round in the IMPLEMENTATION phase. PURE data; the Security persona reasoning is in the implementation-agent's prompt. Returns the OKR's frozen governanceTier (passed in from the landing-issue Hatter Tag) + computed max_auto_rounds + should_proceed gate + the security-review.md prompt pack contents read from .cheshire/prompts/implementation/ in the target repo.

2026-06-01
self-review-security
プロジェクト管理専門家

Authoritative tier + prompt-pack handoff for the Security persona-switch self-critique round. PURE data; the Security persona reasoning is in the parent agent's prompt. Returns the OKR action's frozen governanceTier + computed max_auto_rounds + should_proceed gate + the security-review.md prompt pack contents.

2026-06-01
tavily-search
ソフトウェア開発者

Web search via Tavily's research-grade API. Returns ranked results per query envelope.

2026-06-01
uspto-search
ソフトウェア開発者

Patent search via USPTO's PatentsView API. Two-stage XML fetch returns claim abstracts per query envelope.

2026-06-01