Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,40 @@ Provides guidance for:
- Writing tests or designing test coverage
- Handling defect fixes or performing root-cause analysis
- Creating test matrices or choosing between unit/integration/E2E tests
- Setting up CI verification or commit hooks

## Installation

```bash
npx skills add metyatech/skill-quality-workflow --yes --global
```

## Usage

Once installed, the skill is automatically triggered by the Gemini CLI when relevant tasks are detected. You can also explicitly reference it by asking about "quality workflow" or "test coverage".

## Development

This repository uses `compose-agentsmd` to manage agent rules.

### Prerequisites

- Node.js (Latest LTS recommended)
- `npm`

### Verification

Run the verification suite to check for linting and formatting issues:

```powershell
npm run verify
```

## Compatibility

- **Agent System**: Gemini CLI, standard Agent Skills runtime.
- **OS**: Cross-platform (Windows, macOS, Linux).

## License

MIT
2 changes: 1 addition & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ description: Use when writing tests, designing test coverage, handling defect fi

## Verification evidence procedures

### ACevidence mapping format
### AC->evidence mapping format

- Maintain an explicit mapping: `AC -> evidence (tests/commands/manual steps)`.
- The mapping may be presented in a compact per-item form (one line per AC
Expand Down
Loading