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

TRUST

TRUST 收录了来自 jryanvieira 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
3
更新
2026-05-18
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

trust-security-review
信息安全分析师

Reviews pull request diffs for security violations defined in the project's security checklist and grounding documents. Use when a developer requests TRUST security review, when analyzing code changes for security issues like SQL injection, secret handling, authentication, authorization, input validation, or cryptography. Always operates within project-specific rules — never uses generic security knowledge. Activated by the TRUST orchestrator during PR review execution.

2026-05-18
trust-contracts-review
软件质量保证分析师与测试员

Reviews pull request diffs for API contract violations defined in the project's contract spec and grounding documents. Use when analyzing code changes for breaking changes, schema regressions, missing versioning, backward-incompatible field additions, or deviations from documented API contracts. Always operates within project-specific rules. Activated by the TRUST orchestrator during PR review execution.

2026-05-18
trust-conventions-review
软件质量保证分析师与测试员

Reviews pull request diffs for code convention violations defined in the project's conventions grounding documents. Use when analyzing code changes for naming violations, logging pattern deviations, error handling anti-patterns, file structure violations, or any code style rule documented in the project's conventions guide. Always operates within project-specific rules. Activated by the TRUST orchestrator during PR review execution.

2026-05-18
trust-data-review
数据库架构师

Reviews pull request diffs for data model and database migration violations defined in the project's data policy and grounding documents. Use when analyzing schema migrations, model changes, index additions/removals, constraint changes, or data integrity rules. Always operates within project-specific rules. Activated by the TRUST orchestrator during PR review execution.

2026-05-18
trust-performance-review
软件质量保证分析师与测试员

Reviews pull request diffs for performance violations defined in the project's performance policy and grounding documents. Use when analyzing code changes for N+1 queries, missing indexes, unbounded queries, missing timeouts, synchronous blocking operations, or memory hotspots. Always operates within project-specific rules. Activated by the TRUST orchestrator during PR review execution.

2026-05-18
trust-tests-review
软件质量保证分析师与测试员

Reviews pull request diffs for test quality violations defined in the project's testing policy and grounding documents. Use when analyzing test files for missing test coverage on new public functions, logic inside tests, brittle assertions, improper mock usage, missing edge case coverage, or test naming violations. Always operates within project-specific rules. Activated by the TRUST orchestrator during PR review execution.

2026-05-18
trust-meta-review
软件质量保证分析师与测试员

Performs the Meta-Review (anti-hallucination) phase of the TRUST framework. Validates every finding from all specialist agents against the actual diff content. Verifies that evidence_quote is literal, rule_source resolves to real grounding, and claim does not exceed what the evidence supports. Use when the orchestrator reaches Phase 5. Intercepts hallucinated findings before they reach the developer.

2026-05-18
trust-second-pass
软件质量保证分析师与测试员

Performs the Second Pass phase of the TRUST framework. Verifies that every diff hunk has been accounted for by at least one specialist agent — either as a finding or as an explicitly cleared non-finding. Use when the orchestrator reaches Phase 3 after all specialist agents have completed. Triggers HALT if any hunk is unaccounted for.

2026-05-18