board-config Skill
Configure work item platform (GitHub Issues or Azure DevOps), detect process template, and save preference. Use when you need to identify where to create or read work items. Do not use for creating work items (use work-item-creation) or for managing implementation workflow (use work-item-workflow). Published by microsoft in devsquad-copilot.
What is board-config Skill?
Configure work item platform (GitHub Issues or Azure DevOps), detect process template, and save preference. Use when you need to identify where to create or read work items. Do not use for creating work items (use work-item-creation) or for managing implementation workflow (use work-item-workflow). Published by microsoft in devsquad-copilot. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Documentation
- Research
- Deployment use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use board-config Skill
- Use it for deployment.
- Use it for documentation.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/devsquad-copilot
- Skill file: .github/plugins/devsquad/skills/board-config/SKILL.md
What it does
Configure work item platform (GitHub Issues or Azure DevOps), detect process template, and save preference. Use when you need to identify where to create or read work items. Do not use for creating work items (use work-item-creation) or for managing implementation workflow (use work-item-workflow).
Skill instructions
Configure Board 1. Check existing config bash cat .memory/board-config.md 2/dev/null If Board Platform is filled in, use the configured platform. If only Repo Platform is filled in (hook seed), proceed to confirm board. 2. Confirm board platform The repo and the board can be on different platforms. Ask the user: Repo detected: [Repo Platform from config, or detect from remote] Where do you want to manage work items? [G] GitHub Issues [A] Azure DevOps Boards [L] Local only (tasks.md) If Repo Platform is azdo, suggest Azure DevOps Boards as default. If github, ask the user (it could be GitHub Issues or Azure DevOps). 3. If Azure DevOps, detect process template Search existing work items and identify by types: | Type found | Template | |------------|----------| | Product Backlog Item | Scrum | | User Story | Agile | | Issue (without PBI/US) | Basic | | Requirement | CMMI | If there are no work items, ask the user. 4. Save config Save to .memory/board-config.md: markdown Board Config Repo
Explore related resources
Frequently asked questions
What is board-config?
board-config is a open-source AI agent skill with Copy skill directory. Configure work item platform (GitHub Issues or Azure DevOps), detect process template, and save preference. Use when you need to identify where to create or read work items.
Who is board-config best for?
board-config is best for reusing agent instructions, scripts, and references, deployment workflows, documentation workflows, research workflows.
How do I install board-config?
Install or run board-config using Copy skill directory. Check board-config for the latest setup command.
Is board-config actively maintained?
board-config may need a closer maintenance check before production use.
Auto-fetched from GitHub.