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

henyey

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

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

このリポジトリの skills

ci-check-fix
ソフトウェア開発者

One tick of a CI watchdog — check main-branch GHA status; spawn an agent to fix if failing and no investigation is in flight.

2026-07-16
monitor-tick
ネットワーク・コンピュータシステム管理者

One tick of the henyey mainnet monitor — checks, metrics scan, deploy, status report

2026-07-16
project-loop
ソフトウェア開発者

Continuous always-on orchestrator for the henyey project pipeline. Each pass queries the board, central-picks up to N actionable issues by priority, and fans out parallel foreground specialist sub-agents (triage/plan/do/review-pr) with the right Claude model per stage. Owns concurrency, conflict-avoidance, CI pipelining, sibling-nit consolidation, and a self-reflection pass that files pipeline-improvement issues. Replaces scripts/project-tick-loop.sh. Use when the operator asks to "run the loop", "process the board continuously", or "keep the pipeline going".

2026-07-16
project-tick
ソフトウェア開発者

Single-pick dispatcher primitive for the henyey project pipeline. One tick = pick one actionable issue from the project board and dispatch the right specialist sub-agent for its current state. Used for manual single picks and `--issue=` recovery; the continuous orchestrator is `/project-loop`, which owns concurrency centrally. Use when the user asks to "run a tick", "pick up an issue", or "process one board item".

2026-07-16
review-pr
ソフトウェア品質保証アナリスト・テスター

Run two parallel adversarial PR reviewers and combine their verdicts with external PR reviews (GH Copilot bot, humans, other bots) and CI state into a merge decision. Agent reviewers post structured comment verdicts (since the agent is the PR author and cannot self-approve via GH native review). External CHANGES_REQUESTED reviews block merge identically to agent CHANGES_REQUESTED. Operates on issues in `in-review`. Auto-merges with --admin on all-green (after filing follow-up issues for unaddressed inline review comments, so non-critical feedback is preserved as backlog instead of dropped); bounces to `ready-for-doing` on any request-changes or CI red; blocks after 3 bounce-backs on the same code state. At the lifetime cap (6 bounces since last `## Review: Reset`) the PR enters **force-converge mode**: if CI is green, the PR auto-merges and unresolved reviewer concerns become follow-up issues; only red/pending CI at the cap still blocks. Use when invoked by /project-tick with an issue in in-review, or manuall

2026-07-16
spec-adhere
ソフトウェア開発者

Audit a Rust crate's adherence to its Stellar protocol spec (spec-driven, walks every normative claim)

2026-07-16
maxtps-optimize
ソフトウェア開発者

Autonomous, hypothesis-driven optimizer for henyey's distributed max TPS, measured with the Supercluster MissionMaxTPSClassic (23-node tier-1) on a Namespace (nsc) cloud VM. Default mode is `frontier`: remove bottlenecks one proven, parity-safe hypothesis at a time until the raw simulated network (latency/throughput) is the demonstrated binding constraint — stellar-core's number is a reference floor, not a ceiling. Maintains a measurements/hypotheses document and opens a PR per accepted change. Distinct from `perf-optimize`, which tunes the local single-shot apply-load benchmark; this skill optimizes the *networked* max-TPS ceiling end-to-end.

2026-07-04
cleanup
ソフトウェア開発者

Crate-scoped Rust cleanup audit and optionally apply, with parity-aware filtering and adversarial verification

2026-06-26
parity-check
ソフトウェア開発者

Analyze or update a crate's PARITY_STATUS.md for stellar-core parity

2026-06-26
plan
ソフトウェア開発者

Draft an implementation plan for a triaged henyey issue, validated by three independent critics in parallel. Picks up issues in `ready-for-planning`, transitions them to `planning` while actively drafting, then to `ready-for-doing` on convergence. At the round-2 cap, instead of blocking, the plan **force-converges**: the round-2 plan ships as-is and each residual REVISE-MAJOR concern is filed as a follow-up issue for operator triage. Use when invoked by /project-tick with an issue in ready-for-planning, or manually as /plan <issue>.

2026-06-26
review-fix
ソフトウェア開発者

Review a committed fix for correctness, plan follow-through, test coverage, and similar issues

2026-06-26
triage
ソフトウェア開発者

Validate a freshly filed henyey issue, label it correctly, and route it to the next pipeline stage. Operates on issues in the `backlog` column of project #2. Routes well-formed actionable issues to `ready-for-planning`, trivial issues directly to `ready-for-doing`, and malformed/duplicate/oversized issues to `blocked` with a reason. Use when invoked by /project-tick with an issue in backlog, or manually as /triage <issue>.

2026-06-26
monitor-tick
ネットワーク・コンピュータシステム管理者

One tick of the henyey mainnet monitor — checks, metrics scan, deploy, status report

2026-06-26
ci-check-fix
ソフトウェア開発者

One tick of a CI watchdog — check main-branch GHA status; spawn an agent to fix if failing and no investigation is in flight.

2026-06-23
cleanup
ソフトウェア開発者

Crate-scoped Rust cleanup audit and optionally apply, with parity-aware filtering and adversarial verification

2026-06-23
daily-summary
ソフトウェア開発者

Post a daily henyey mainnet validator + project summary to GitHub Discussions on stellar-experimental/henyey. Intended to be invoked once per day at 09:00 ET (13:00 UTC) by cron. Reports validator state, deploys, incidents, issues activity, watch items, and tick aggregates over the last 24h.

2026-06-23
do
ソフトウェア開発者

Implement a planned change in the henyey project. Two-mode skill — Mode A is fresh implementation from a converged plan; Mode B addresses PR review comments on an existing PR. Picks up issues in `ready-for-doing`, transitions them to `doing` while actively implementing, then to `in-review` on PR open (Mode A) or re-review request (Mode B). `blocked` on unrecoverable failure. Use when invoked by /project-tick with an issue in ready-for-doing, or manually as /do <issue>.

2026-06-23
document
ソフトウェア開発者

Create or update a crate's README documentation

2026-06-23
monitor-loop
ソフトウェア開発者

Run and monitor a henyey mainnet node, detecting bugs and filing issues

2026-06-23
parity-check
ソフトウェア開発者

Analyze or update a crate's PARITY_STATUS.md for stellar-core parity

2026-06-23
perf-optimize
ソフトウェア開発者

Iterative performance optimization workflow for the apply-load benchmark

2026-06-23
perf-optimize-uftrace
ソフトウェア開発者

uftrace-powered iterative performance optimization for the apply-load benchmark

2026-06-23
plan
ソフトウェア開発者

Draft an implementation plan for a triaged henyey issue, validated by three independent critics in parallel. Picks up issues in `ready-for-planning`, transitions them to `planning` while actively drafting, then to `ready-for-doing` on convergence. At the round-2 cap, instead of blocking, the plan **force-converges**: the round-2 plan ships as-is and each residual REVISE-MAJOR concern is filed as a follow-up issue for operator triage. Use when invoked by /project-tick with an issue in ready-for-planning, or manually as /plan <issue>.

2026-06-23
project-loop
その他コンピュータ職

Continuous always-on orchestrator for the henyey project pipeline. Each pass queries the board, central-picks up to N actionable issues by priority, and fans out parallel foreground specialist sub-agents (triage/plan/do/review-pr) through Codex's multi-agent tools. Owns concurrency, conflict-avoidance, CI pipelining, sibling-nit consolidation, and a self-reflection pass that files pipeline-improvement issues. Replaces scripts/project-tick-loop.sh. Use when the operator asks to "run the loop", "process the board continuously", or "keep the pipeline going".

2026-06-23
project-tick
その他コンピュータ職

Single-pick dispatcher primitive for the henyey project pipeline. One tick = pick one actionable issue from the project board and dispatch the right specialist sub-agent for its current state. Used for manual single picks and `--issue=` recovery; the continuous orchestrator is `/project-loop`, which owns concurrency centrally. Use when the user asks to "run a tick", "pick up an issue", or "process one board item".

2026-06-23
review-fix
ソフトウェア品質保証アナリスト・テスター

Review a committed fix for correctness, plan follow-through, test coverage, and similar issues

2026-06-23
review-perf-fix
ソフトウェア品質保証アナリスト・テスター

Review a performance fix for correctness and measure its necessity

2026-06-23
review-pr
ソフトウェア品質保証アナリスト・テスター

Run two parallel adversarial PR reviewers and combine their verdicts with external PR reviews (GH Copilot bot, humans, other bots) and CI state into a merge decision. Agent reviewers post structured comment verdicts (since the agent is the PR author and cannot self-approve via GH native review). External CHANGES_REQUESTED reviews block merge identically to agent CHANGES_REQUESTED. Operates on issues in `in-review`. Auto-merges with --admin on all-green (after filing follow-up issues for unaddressed inline review comments, so non-critical feedback is preserved as backlog instead of dropped); bounces to `ready-for-doing` on any request-changes or CI red; blocks after 3 bounce-backs on the same code state. At the lifetime cap (6 bounces since last `## Review: Reset`) the PR enters **force-converge mode**: if CI is green, the PR auto-merges and unresolved reviewer concerns become follow-up issues; only red/pending CI at the cap still blocks. Use when invoked by /project-tick with an issue in in-review, or manuall

2026-06-23
security-fix-loop
ソフトウェア開発者

Process open security audit issues in severity order; validate, test, fix

2026-06-23
security-fix
ソフトウェア開発者

Triage and fix a GitHub security audit issue — validate, test, fix, commit, review

2026-06-23
spec-adhere
ソフトウェア開発者

Audit a Rust crate's adherence to its Stellar protocol spec (spec-driven, walks every normative claim)

2026-06-23
spec-from-core
ソフトウェア開発者

Generate or update Stellar Protocol Spec(s) from stellar-core C++ source

2026-06-23
triage
ソフトウェア開発者

Validate a freshly filed henyey issue, label it correctly, and route it to the next pipeline stage. Operates on issues in the `backlog` column of project #2. Routes well-formed actionable issues to `ready-for-planning`, trivial issues directly to `ready-for-doing`, and malformed/duplicate/oversized issues to `blocked` with a reason. Use when invoked by /project-tick with an issue in backlog, or manually as /triage <issue>.

2026-06-23
xdr-eval
ソフトウェア開発者

Audit a crate for raw byte arrays that should use rs-stellar-xdr types

2026-06-23
daily-summary
ソフトウェア開発者

Post a daily henyey mainnet validator + project summary to GitHub Discussions on stellar-experimental/henyey. Intended to be invoked once per day at 09:00 ET (13:00 UTC) by cron. Reports validator state, deploys, incidents, issues activity, watch items, and tick aggregates over the last 24h.

2026-06-16
monitor-loop
ネットワーク・コンピュータシステム管理者

Run and monitor a henyey mainnet node, detecting bugs and filing issues

2026-06-15
do
ソフトウェア開発者

Implement a planned change in the henyey project. Two-mode skill — Mode A is fresh implementation from a converged plan; Mode B addresses PR review comments on an existing PR. Picks up issues in `ready-for-doing`, transitions them to `doing` while actively implementing, then to `in-review` on PR open (Mode A) or re-review request (Mode B). `blocked` on unrecoverable failure. Use when invoked by /project-tick with an issue in ready-for-doing, or manually as /do <issue>.

2026-06-04
plan-do-review
プロジェクト管理専門家

[DEPRECATED — superseded 2026-05-15 by /project-tick + /triage + /plan + /do + /review-pr] Review a proposal issue with adversarial critics, converge on a plan, execute it, and iterate review-fix until clean. Drives the henyey project board (Backlog → in plan → In progress → In review → Done; Blocked on failure).

2026-05-15
spec-from-core
コンピュータシステムアナリスト

Generate or update Stellar Protocol Spec(s) from stellar-core C++ source

2026-05-13
review-fix-oc
ソフトウェア品質保証アナリスト・テスター

Review a committed fix for correctness, test coverage, and similar issues (opencode variant — uses glm-5.1 for review)

2026-05-03
このリポジトリの収集済み skills 43 件中、上位 40 件を表示しています。