feat(server): add Experience and Skill review UI - #1304
Open
Teingi wants to merge 3 commits into
Open
Conversation
…ll-review-rfc # Conflicts: # docs/en/docs/reference/interfaces.md # docs/zh/docs/reference/interfaces.md
Teingi
marked this pull request as ready for review
August 21, 2026 06:51
Member
Author
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Which issue or RFC does this PR close?
Closes #1302.
Implements the bilingual Experience and Skill Review Page RFC included in this PR.
Rationale for this change
The Dashboard exposed review counts, but reviewers still needed CLI or MCP calls to inspect evidence, revise Candidates, make decisions, and publish approved Skills. Agent-native Skills also lived in separate host-local directories without one scoped view of managed and external content.
This change adds a visible governance loop while keeping the authority boundaries explicit: approval creates an immutable Artifact Revision, and publication to an Agent target remains a separate action.
What changes are included in this PR?
/reviewsfor scoped Experience and Skill inspection, revision, approval, rejection, and optimistic-concurrency recovery./skillsfor managed and external Skills, search and authority filters, delivery status, and successor-revision creation.AgentSkillTargetabstraction with Codex and Claude Code discovery and managed publication support.codex_rootsconfiguration as a compatibility form.Are there any user-facing changes?
Yes. The Server UI gains Review and Skills navigation entries, and Server configuration can declare Codex or Claude Code Agent targets. Existing
codex_rootsconfiguration continues to work. There are no breaking public API or persisted-format changes.How was this change tested?
make checkmake test— 634 passed, 13 skipped on the final merged treemake api-generatemake contract-test— 29 passedmake docs-testmake buildAI usage statement
OpenAI Codex (GPT-5) was used for design iteration, implementation, code review, and test execution.