> For the complete documentation index, see [llms.txt](https://docs.animeoshi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.animeoshi.com/core-concepts/watch-if-skip-if.md).

# The "Watch If" / "Skip If" Framework

## In one sentence

Watch If / Skip If is a short framework shown on AnimeOshi series pages that states the specific conditions under which the series is worth watching or safe to skip, paired with the series' OshiMeter score.

## Overview

AnimeOshi pairs a series' OshiMeter score with a short Watch If / Skip If note on when it's worth your time. The OshiMeter score tells you how strong a series is; Watch If / Skip If explains the reasoning behind that in terms a reader can match to their own situation. It exists because "Is this series good?" is rarely a yes-or-no question: a series might be a skip for someone marathoning the plot but a watch for a completionist or a fan of a particular character. The framework names the kind of viewer the series is, and isn't, for.

## Details

### What it looks like on the page

On the series page, Watch If / Skip If appears as a sidebar section presenting two short lists side by side:

* **Watch If** — the conditions that make this series worth your time (e.g. you're following the main arc, you care about a specific character's payoff, you want the season's standout animation set piece).
* **Skip If** — the conditions under which it's safe to move on (e.g. it's canon-light filler, the runtime is recap, nothing in it advances the story you're here for).

The section sits closely to the OshiMeter score and the five-attribute breakdown, so a reader gets the score (OshiMeter), the shape of the score (attribute radar), and the reasoning (Watch If / Skip If) in one glance.

### How it relates to the OshiMeter score

The two elements are layered, each answering a different question about the same series:

| Element                 | Question it answers          | Form                                       |
| ----------------------- | ---------------------------- | ------------------------------------------ |
| **OshiMeter score**     | How good is it?              | A number (0–10), color-coded by score band |
| **Attribute breakdown** | What made it good (or not)?  | A five-axis radar                          |
| **Watch If / Skip If**  | Is it for *me* specifically? | Two short condition lists                  |

The OshiMeter score is the general signal; Watch If / Skip If is where a mid-band series (6–8) can still earn a confident "watch" for the right viewer — or a high-scoring series (8–10) can carry a "skip if you only came for the plot."

## FAQ

**Q: Should I watch this series or skip it?**

Check the series's Watch If / Skip If section on its AnimeOshi page. It lists the conditions that make the series worth watching and the conditions under which it's safe to skip, so you can match the call to what you personally care about.

**Q: How is Watch If / Skip If different from the OshiMeter score?**

The OshiMeter score is the numeric signal of how strong a series is; Watch If / Skip If is the reasoning behind it, spelled out as conditions. The score tells you how good it is, Watch If / Skip If tells you who it's for.

**Q: Where do I find Watch If / Skip If?**

On any series's page, shown as a sidebar section alongside the series' OshiMeter score.

## Related pages

* [What is the OshiMeter?](/core-concepts/oshimeter.md)
* [What are AnimeOshi Rating Attributes?](/how-rating-works/rating-attributes.md)
* [How to Rate Episodes on AnimeOshi](/how-rating-works/how-to-rate-episodes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.animeoshi.com/core-concepts/watch-if-skip-if.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
