Devbridge Admin
Skill by albertnjcn
Why use this skill?
Manage, audit, and assign technical issues with Devbridge Admin. Streamline your development pipeline with precise status controls and task prioritization for OpenClaw agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/albertnjcn/devbridge-adminWhat This Skill Does
The Devbridge Admin skill is a powerful, centralized Review Coordinator agent designed to streamline the technical issue resolution pipeline within the Clawdbot ecosystem. It provides administrators with precise control over task auditing, assignment, and status tracking. By acting as a gatekeeper between problem identification and developer action, it ensures that only validated and prioritized issues reach the backend agents. This skill centralizes the lifecycle management of bug reports and feature requests, effectively preventing noise and ensuring that human oversight is integrated into automated development workflows.
Installation
To integrate the Devbridge Admin skill into your environment, use the following command in your Clawhub terminal:
clawhub install openclaw/skills/skills/albertnjcn/devbridge-admin
Ensure your CLAWDBOT_STATE_DIR environment variable is set to the appropriate directory where you wish to persist your review logs and state data, ensuring uninterrupted state management between service restarts.
Use Cases
This skill is ideal for engineering teams and project managers who require a structured approval layer. Common use cases include:
- High-Volume Triage: Managing incoming bug reports where not every submission warrants immediate developer attention.
- Quality Control: Ensuring that only high-quality, actionable, and non-duplicate tickets reach the implementation phase.
- Priority Alignment: Adjusting the urgency of tasks based on business requirements before they are processed by the backend agent.
- Audit Trails: Maintaining a transparent history of who approved a task, when it was assigned, and why specific tickets were rejected.
Example Prompts
- "/list limit=5" - This command retrieves the five most critical tasks currently awaiting administrative action.
- "/approve problem_id=PROB-101 priority=critical note=Urgent patch required for production outage." - This assigns the specified issue to the backend developer with high-priority status and attached documentation.
- "/reject problem_id=PROB-099 reason_type=duplicate reason=This issue was addressed in the last sprint." - This clears the queue of redundant tasks while providing a clear audit log for the reason of dismissal.
Tips & Limitations
- Manual Review is Required: By default, auto-approval is disabled. While this increases task safety, it requires active human participation in the workflow.
- State Management: Ensure your file system has write permissions for the path defined in
PROBLEMS_STATE.jsonto avoid data loss. - Reasoning Matters: When rejecting issues, always leverage the
reason_typeparameter to ensure your statistics remain useful for future reporting.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-albertnjcn-devbridge-admin": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api