Awesome-omni-skill inspire-workflows
Inspire team development workflows, deployment pipelines, and PR processes. Use when following team processes or understanding how things get done.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/inspire-workflows" ~/.claude/skills/diegosouzapw-awesome-omni-skill-inspire-workflows && rm -rf "$T"
manifest:
skills/devops/inspire-workflows/SKILL.mdsource content
Inspire Team Workflows Context
When this skill is activated, load the following workflow documentation:
Required Context Files
Read these files to understand the Inspire team's workflows:
-
Development Workflow:
./references/development_workflow.md- Daily development process
- Branch naming conventions
- Commit guidelines
-
PR Process:
./references/pr-process.md- PR creation guidelines
- Review requirements
- Merge criteria
-
Deployment Pipelines:
./references/deployment_pipelines.md- CI/CD pipeline overview
- Deployment stages
- Rollback procedures
-
QA Workflow:
./references/qa_workflow.md- Testing stages
- QA sign-off process
- Bug reporting
-
Frontend Workflow:
./references/fronend_workflow.md- Frontend-specific processes
- Component development
- Design handoff
-
Amplience Workflow:
./references/amplience-workflow.md- CMS workflow
- Content management
- Publishing process
-
Testing Generation Workflow:
./references/testing-generation-workflow.md- Test generation process
- Automation guidelines
- Coverage requirements
Instructions
Before responding to workflow questions:
- Use the Read tool to load relevant files above
- Follow the team's established processes
- Reference specific workflows for guidance
When to Load This Context
- Following development processes
- Creating pull requests
- Understanding deployment
- Onboarding to the team