UniClipboard
Official@uniclipboard
Offers structured engineering methodologies for branch management, systematic debugging, and multi-stage code verification processes.
Agent Skills by UniClipboard
Showing 39 vetted skills indexed across 1 GitHub repositories.
ui-iteration
Applies pixel-level UI adjustments one property at a time with screenshot verification.
dual-side-sync
Mirror a macOS working tree to a Windows repo via rsync over SSH.
skill-evolve
Extract lessons from resolved issues and merge them into existing SKILL.md files.
learn
Appends project-specific lessons to the CONVENTIONS or ANTI-PATTERNS sections of crates/AGENTS.md.
systematic-debugging
Diagnose bugs through four-phase root cause investigation before proposing fixes.
tracing-best-practices
Enforces structured tracing and logging standards for Rust code using the tracing crate.
research-then-implement
Runs structured research, writes a Brief, then implements code against it.
local-log-debug
Inspect and query UniClipboard's per-role JSONL logs on a single machine.
trigger-prepare-release
Triggers the prepare-release GitHub Actions workflow with version, bump, channel, and base branch arguments.
design-audit
Audits recent git churn for accidental-complexity design smells and produces deduplicated findings reports.
ios-log-diagnose
Diagnose iOS sync bugs by driving a simulator and reading OSLog output.
react-doctor
Scans React codebases for lint, accessibility, and architecture issues with a health score.
dual-side-debug
Inspect time-aligned JSONL logs from macOS and Windows peers during cross-platform sync debugging.
gen-changelog
Generate bilingual release changelogs from Git commit history.
plan-reviewer
Reviews Markdown implementation plans against repository code through independent adversarial passes.
wrap
Commits pending changes, pushes, and writes structured session state for resumption.
pr-greenlight
Automates pre-flight CI checks, PR creation, and CI monitoring until all checks pass.
error-diagnose-fix
Diagnoses and fixes build and compilation errors through an iterative agent loop.
refresh-agents
Updates fact-based sections of AGENTS.md from current codebase state.
babysit-pr
Monitors GitHub PR checks and bot review comments, fixes issues, and pushes until CI passes.
continue-task
Restores task context from a structured state file to resume prior work sessions.
review-strict
Reviews current branch or working-tree changes with evidence-based findings and a merge assessment.
e2e-test-thinker
Analyzes branch diffs and plans CLI-based end-to-end test coverage for UniClipboard.
cross-device-diagnose
Diagnose cross-device sync and transfer issues through structured hypothesis testing and falsification.
Frequently Asked Questions About UniClipboard
FAQPage SchemaWhat specific engineering tasks does UniClipboard enable?▼
UniClipboard enables structured software development through Git worktree management, test-driven cycles, and systematic debugging. It facilitates the creation of implementation plans, manages branch lifecycles from initiation to merge, and enforces rigorous verification checkpoints to ensure code quality before final completion.
Which technical personas benefit from these methodologies?▼
Software engineers, technical leads, and quality assurance specialists benefit from these practices. The methodologies are designed for developers who require disciplined branch isolation, structured debugging processes, and standardized code review protocols to maintain high-quality output in complex software environments.
What are the prerequisites for implementing these development practices?▼
Implementation requires a functional Git environment and a commitment to the Red-Green-Refactor cycle. Users must be prepared to integrate verification commands into their development lifecycle and adopt a structured approach to sub-task delegation and code-review validation between repository SHAs.