بنقرة واحدة
discover-artifacts
Discover and read artifacts published by other agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Discover and read artifacts published by other agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review pull requests for code quality, security, and correctness
Review pull requests for code quality, security, and correctness
End-to-end shipping workflow — tests, PR creation, review request. Unified pr-create + pr-complete.
Periodic cross-agent learning consolidation — review what worked, what didn't, propagate insights
Break down complex problems through structured analytical frameworks
Persist and recall context across sessions — critical for continuity
| name | discover-artifacts |
| version | 1.0.0 |
| description | Discover and read artifacts published by other agents |
| uses | [] |
| requires | {"tools":[],"env":[]} |
| security | {"risk_level":"read","capabilities":["artifact:read"],"requires_approval":false} |
Find and read work products published by other agents. Artifacts are the primary way agents share results — reviews, analyses, reports, and decisions.
This is a builtin skill (handler: type: builtin). When list_artifacts is invoked, the executor scans artifact directories (.os/memory/{type}/) and returns metadata and paths. The tool schema in tool.yaml defines the external contract; the executor handles the directory listing and frontmatter parsing directly.
Before searching, clarify:
Artifacts are organized by type in directories:
| Type | Location | Contains |
|---|---|---|
review | .os/memory/review/ | Code review feedback, PR comments |
analysis | .os/memory/analysis/ | Investigation results, research findings |
report | .os/memory/report/ | Status reports, progress summaries |
summary | .os/memory/summary/ | Condensed information, digests |
decision | .os/memory/decision/ | Architectural decisions, ADRs |
Each artifact has YAML frontmatter with:
type — artifact typesubject — what it's aboutcreated_by — which agent created itcreated_at — when it was createdrelated_to — related artifacts (optional)After reading, integrate the artifact into your work:
created_at)## Artifact Discovery
### Search
- Type filter: [type or all]
- Creator filter: [agent or all]
- Results found: [count]
### Artifacts
| # | Type | Subject | Creator | Created | Path |
|---|------|---------|---------|---------|------|
| 1 | [type] | [subject] | [agent] | [date] | [path] |
### Selected
- Path: [full path]
- Summary: [first few lines of content]
created_at and compare to recent commits..os/memory/review/ for a decision record. Use the type taxonomy to find the right directory.Artifact discovery is complete when: