finishing-a-development-branch Skill
Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR. Published by microsoft in FluidFramework.
What is finishing-a-development-branch Skill?
Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR. Published by microsoft in FluidFramework. 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
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use finishing-a-development-branch Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/FluidFramework
- Skill file: .agency/plugins/nori/skills/finishing-a-development-branch/SKILL.md
What it does
Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.
Skill instructions
<required CRITICAL Add the following steps to your Todo list using TodoWrite: 1. Use the Task tool to verify tests by using the project's test suite. bash Run project's test suite npm test / cargo test / pytest / go test ./... If tests fail: Tests failing (<N failures). Must fix before creating PR: [Show failures] Cannot proceed until tests pass. 2. Confirm that there is some formatting/lint/typechecking in the project. If NONE of these exist, ask me if there was something that you missed. 3. Use the Task tool to run any formatters and fix issues in a subagent. bash Node.js/JavaScript/TypeScript ls package.json 2/dev/null && jq -r '.scripts | keys[]' package.json | grep -E 'format|lint' Rust ls rustfmt.toml .rustfmt.toml 2/dev/null Python ls .flake8 pyproject.toml setup.cfg 2/dev/null Go ls .golangci.yml .golangci.yaml 2/dev/null 4. Use the Task tool to run any linters and fix issues in a subagent. bash Node.js - check package.json scripts npm run lint or: npm run lint:fix, npm run esl
Explore related resources
Frequently asked questions
What is finishing-a-development-branch?
finishing-a-development-branch is a open-source AI agent skill with Copy skill directory. Use this when you have completed some feature implementation and have written passing tests, and you are ready to create a PR.
Who is finishing-a-development-branch best for?
finishing-a-development-branch is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install finishing-a-development-branch?
Install or run finishing-a-development-branch using Copy skill directory. Check finishing-a-development-branch for the latest setup command.
Is finishing-a-development-branch actively maintained?
finishing-a-development-branch may need a closer maintenance check before production use.
Auto-fetched from GitHub.