بنقرة واحدة
linear-config
Configure linear-cli - auth (API key + OAuth), workspaces, diagnostics, setup wizard.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Configure linear-cli - auth (API key + OAuth), workspaces, diagnostics, setup wizard.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose Azedarach command latency and daemon/TUI performance with OpenTelemetry traces exported to a local Jaeger backend. Use when investigating slow `az` commands, TUI stalls, daemon RPC latency, missing spans, local Jaeger setup, or trace-driven performance regressions in this repository.
Review and integrate Azedarach issues that are in_review. Use when Codex is asked to run a reviewer/integrator session, sweep active issues that are ready for review, inspect worker evidence and diffs, return actionable findings to live or paused issue sessions, close accepted work, or get in_review issues integrated.
Review, consolidate, test, and harden Azedarach SQLite migrations before integration. Use for any migration, schema ensure/repair logic, trigger or index change, persistence-authority change, migration failure, or pre-merge review of a branch containing database changes. Also use when validating upgrades against real root-user or registered project databases.
Run an iterative code review and fix cycle until findings stabilize. Use when the user asks Codex to review code, review and fix, loop review/fix, address review findings, harden a change before handoff, or keep reviewing until repeated passes find no new actionable issues. Also use proactively before Codex declares coding work done, marks an issue in_review, says a change is ready, or hands off implementation that modified code, tests, build scripts, migrations, config, or developer tooling.
Go Testing Skill
Build and review production-grade Go logging and observability with `log/slog` and OpenTelemetry. Use when adding or refactoring logs, instrumenting request paths, defining event schemas, reducing log cost/cardinality, enforcing redaction/PII policy, correlating logs with traces, or reviewing Go services for observability gaps.
| name | linear-config |
| description | Configure linear-cli - auth (API key + OAuth), workspaces, diagnostics, setup wizard. |
# First-time setup wizard
linear-cli setup
# Set API key
linear-cli config set-key YOUR_API_KEY
# Show config
linear-cli config show
# Auth commands
linear-cli auth login # Store API key
linear-cli auth oauth # OAuth 2.0 browser flow (PKCE)
linear-cli auth oauth --client-id ID # Custom OAuth app
linear-cli auth status # Check auth status (shows type, expiry)
linear-cli auth revoke # Revoke OAuth tokens
linear-cli auth logout # Remove key
# Workspaces
linear-cli config workspace-add work KEY
linear-cli config workspace-list
linear-cli config workspace-switch work
linear-cli config workspace-current
# Profiles
linear-cli --profile work i list # Use profile
# Diagnostics
linear-cli doctor # Check config and connectivity
linear-cli doctor --fix # Auto-fix common issues
# Shell completions (static)
linear-cli config completions bash > ~/.bash_completion.d/linear-cli
# Shell completions (dynamic, context-aware)
linear-cli completions dynamic bash >> ~/.bashrc
linear-cli completions dynamic zsh >> ~/.zshrc
linear-cli completions dynamic fish >> ~/.config/fish/completions/linear-cli.fish
| Variable | Purpose |
|---|---|
LINEAR_API_KEY | API key override |
LINEAR_CLI_PROFILE | Profile override |
LINEAR_CLI_OUTPUT | Default output format |
LINEAR_CLI_YES | Auto-confirm prompts |
LINEAR_CLI_NO_PAGER | Disable pager |