Skip to content

chore: move and add agent skills - #1114

Open
zombee0 wants to merge 3 commits into
boxlite-ai:mainfrom
zombee0:dev/agent_skill
Open

chore: move and add agent skills#1114
zombee0 wants to merge 3 commits into
boxlite-ai:mainfrom
zombee0:dev/agent_skill

Conversation

@zombee0

@zombee0 zombee0 commented Aug 2, 2026

Copy link
Copy Markdown

Summary

Call graph

Before

After

Fixes #

Changes

How to verify

Risks / rollout

Summary by CodeRabbit

  • New Features
    • Added reproducible local workflow commands for application builds, end-to-end testing, infrastructure setup, and redeployment.
    • Added dry-run and help options for reviewing workflow actions before execution.
    • Added automated readiness checks, version handling, API client generation, and troubleshooting guidance.
  • Documentation
    • Documented local workflow commands, state preservation, restart behavior, destructive operations, and verification steps.

@zombee0
zombee0 requested a review from a team as a code owner August 2, 2026 02:09
@boxlite-agent

boxlite-agent Bot commented Aug 2, 2026

Copy link
Copy Markdown

📦 BoxLite review — couldn't complete

claude exited 1

stdout:
{"is_error":true,"duration_api_ms":0,"num_turns":1,"stop_reason":"stop_sequence","session_id":"add140cf-64bc-4d6a-bb1d-44cd76d01073","total_cost_usd":0,"usage":{"input_tokens":0,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":0,"server_tool_use":{"web_search_requests":0,"web_fetch_requests":0},"service_tier":"standard","cache_creation":{"ephemeral_1h_input_tokens":0,"ephemeral_5m_input_tokens":0},"inference_geo":"","iterations":[],"speed":"standard"},"modelUsage":{},"permission_denials":[],"terminal_reason":"api_error","fast_mode_state":"off","fast_mode_disabled_reason":"sdk_opt_in_required","subtype":"success","api_error_status":403,"result":"Your organization has disabled Claude subscription access for Claude Code · Use an Anthropic API key instead, or ask your admin to enable access","type":"result","duration_ms":315,"uuid":"3a43dc10-5fb8-48de-9fe7-11d8d4aed908"}

stderr:
<empty>

powered by BoxLite

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1a368fbf-25ad-444a-81f1-148717261a0f

📥 Commits

Reviewing files that changed from the base of the PR and between b9b6808 and 1d408f5.

📒 Files selected for processing (3)
  • .agents/skills/boxlite-local-workflows/SKILL.md
  • .agents/skills/boxlite-local-workflows/scripts/local_workflows.sh
  • .claude/skills
🚧 Files skipped from review as they are similar to previous changes (1)
  • .claude/skills

📝 Walkthrough

Walkthrough

The change adds a repository skill and Bash CLI for standardized BoxLite local workflows. The CLI supports application builds, local E2E runs, infrastructure startup, infrastructure redeployment, dry runs, version selection, and command validation.

Changes

Repository skills and local workflows

Layer / File(s) Summary
Workflow skill contract
.agents/skills/boxlite-local-workflows/SKILL.md, .claude/skills
The skill documents supported local workflows, command sequences, readiness checks, restart behavior, state handling, troubleshooting, and verification. .claude/skills links to the shared skills directory.
Workflow runner setup and CLI
.agents/skills/boxlite-local-workflows/scripts/local_workflows.sh
The Bash CLI resolves the repository root, validates arguments, supports dry runs and command forwarding, reads the workspace version, and builds applications.
Workflow dispatch and infrastructure control
.agents/skills/boxlite-local-workflows/scripts/local_workflows.sh
The CLI dispatches application, local E2E, infrastructure startup, and infrastructure redeployment workflows. It generates clients, builds applications, reports infrastructure status, and restarts L2 components.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant Developer
  participant local_workflows_sh
  participant CargoWorkspace
  participant Apps
  participant InfraLocal
  Developer->>local_workflows_sh: Select workflow and options
  local_workflows_sh->>CargoWorkspace: Read workspace version
  local_workflows_sh->>Apps: Generate clients and build applications
  local_workflows_sh->>InfraLocal: Start, report status, or restart components
  local_workflows_sh-->>Developer: Report command results
Loading

Suggested reviewers: dorianzheng, ltstriker

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description retains the template but provides no summary, call graph, changes, verification steps, or rollout information. Complete the required sections with the change summary, affected call graph, notable changes, verification command, and applicable rollout risks.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: moving and adding agent skills.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DorianZheng

Copy link
Copy Markdown
Member

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants