[PR #14669] docs: document skills trust model and staged review plan #14776

Open
opened 2026-04-13 01:02:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14669
Author: @googlarz
Created: 3/6/2026
Status: 🔄 Open

Base: mainHead: codex/skills-docs-plan


📝 Commits (5)

  • 777c297 skills: add CLI/chat runtime and lifecycle implementation
  • ecf6281 skills: narrow initial CLI surface to core commands
  • 610a129 skills: add advanced lifecycle and catalog command surface
  • 8a8dc15 skills: add coverage for lifecycle, policy, and audit behavior
  • 5b69b7c docs: document skills usage, trust model, and PR slicing plan

📊 Changes

9 files changed (+5032 additions, -0 deletions)

View changed files

📝 cmd/cmd.go (+140 -0)
📝 cmd/interactive.go (+69 -0)
cmd/skills_cli.go (+598 -0)
cmd/skills_cli_test.go (+341 -0)
📝 docs/cli.mdx (+82 -0)
docs/skills-maintainer-plan.md (+77 -0)
skills/catalog.go (+184 -0)
skills/skills.go (+2731 -0)
skills/skills_test.go (+810 -0)

📄 Description

Summary

  • document CLI usage for skills including trust, provenance, and policy examples
  • add a maintainer-facing staged rollout and review plan for the stack

Validation

  • docs-only changes on top of tested code stack

Notes

  • This is stack PR 3/3 for review order.
  • Review after #14668; only the top docs commit is new relative to that one.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14669 **Author:** [@googlarz](https://github.com/googlarz) **Created:** 3/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `codex/skills-docs-plan` --- ### 📝 Commits (5) - [`777c297`](https://github.com/ollama/ollama/commit/777c29769e02e54f3fd367c8f9d15bf578ce0767) skills: add CLI/chat runtime and lifecycle implementation - [`ecf6281`](https://github.com/ollama/ollama/commit/ecf628123f431cfb62989faaed9013e9566dc978) skills: narrow initial CLI surface to core commands - [`610a129`](https://github.com/ollama/ollama/commit/610a129edb972b17e8b43a0293797ae4718fc5c8) skills: add advanced lifecycle and catalog command surface - [`8a8dc15`](https://github.com/ollama/ollama/commit/8a8dc15baec5c747808149437742666f0ac5621a) skills: add coverage for lifecycle, policy, and audit behavior - [`5b69b7c`](https://github.com/ollama/ollama/commit/5b69b7cde6407d5f86d0feedf1882208d30d7e44) docs: document skills usage, trust model, and PR slicing plan ### 📊 Changes **9 files changed** (+5032 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+140 -0) 📝 `cmd/interactive.go` (+69 -0) ➕ `cmd/skills_cli.go` (+598 -0) ➕ `cmd/skills_cli_test.go` (+341 -0) 📝 `docs/cli.mdx` (+82 -0) ➕ `docs/skills-maintainer-plan.md` (+77 -0) ➕ `skills/catalog.go` (+184 -0) ➕ `skills/skills.go` (+2731 -0) ➕ `skills/skills_test.go` (+810 -0) </details> ### 📄 Description ## Summary - document CLI usage for skills including trust, provenance, and policy examples - add a maintainer-facing staged rollout and review plan for the stack ## Validation - docs-only changes on top of tested code stack ## Notes - This is stack PR 3/3 for review order. - Review after #14668; only the top docs commit is new relative to that one. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 01:02:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#14776