ワンクリックで
nauro
nauro には Nauro-AI から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Run a gated iteration of work origination on top of /nauro-ship-task. Invoke under the dynamic /loop command (/loop /nauro-loop). Mines the project's existing Nauro store state read-only (get_context, open-questions RESUME/BRIEF pointers, diff_since_last_session, list_decisions) and originates 1-3 ranked candidate tasks, then surfaces them via AskUserQuestion for the human to pick - a mandatory ratify-gate with no auto-pick path. On the human's pick it dispatches /nauro-ship-task <chosen task> byte-for-byte with all six inner gates intact, then loops back. Originates the candidate set only; the human selects the task, approves the plan, clears every tech-lead pause, and confirms every push. The loop itself never files a decision, never pushes, and never runs gh; it holds no store-write authority. Stops on an empty mine and at a hard per-session ceiling. Installed by `nauro adopt --with-skills`.
Seeds Nauro's project store from an existing repo. Use after `nauro adopt` has run locally. On filesystem-capable surfaces, reads docs (README, manifests, ADRs, Memory-Bank) for rationale and inspects code, config, tests, lockfiles, and recent git history for evidence, then surfaces targeted probes that turn evidence into rationale. On chat surfaces, operates on pasted content against an already-adopted project.
Run the full planner -> executor -> reviewer -> tech-lead -> user-confirm -> push chain for a non-trivial code change against Nauro's bundled @nauro-* subagents. Gates on the user whenever the planner or tech-lead will file a Nauro decision; the executor never files. Runs @nauro-tech-lead Mode C between reviewer-APPROVE and the push gate to catch doctrine drift the reviewer missed. A prompt that carries a detailed implementation spec or a pasted handoff is still chain input, not license to implement directly. Dispatches the bundled subagents on Claude Code only. Invoke explicitly with /nauro-ship-task <description>. Requires `nauro adopt --with-subagents` to have run.
Writes durable shared context into Nauro's project store so other agents (a later session or a parallel one) can discover and pull it, finds and reads context another agent left, or captures a resumable brief so your own next session in this environment picks up cleanly. Three modes. Author writes a shared brief for any agent. Find locates and reads a brief another agent left. Resume captures a self-directed brief and hands back a short prompt to start the next session. Offer Resume mode when the user asks (in their own words) to give me a prompt for a fresh session or instance, hand off this work, or write a resume doc, and let the user accept before running it. Briefs land at <store>/context/<slug>.md (picked up by `nauro sync` with no code change); Author flags a BRIEF discovery pointer and Resume flags a RESUME pointer naming that path. Uses the agent's filesystem write and the `nauro status` shell command to resolve the store path, alongside the MCP tools get_context, get_raw_file, and flag_question; nev